Skip to content

Commit

Permalink
ci: remove snapshot arg left behind from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum0x50 committed Nov 4, 2024
1 parent 463c759 commit 93f3920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: GoReleaser Action
uses: goreleaser/goreleaser-action@v5.1.0
with:
args: release --clean --snapshot
args: release --clean
version: 2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 93f3920

Please sign in to comment.