Skip to content

Commit

Permalink
style: update release.yml for simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Dec 11, 2024
1 parent 3c21dd6 commit 5e9ab9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- master
- develop
tags:
- 'v*'

Expand Down Expand Up @@ -44,6 +40,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean ${{ github.ref_type == 'tag' && '' || '--snapshot' }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e9ab9b

Please sign in to comment.