Skip to content

Commit

Permalink
Fix goreleaser action.
Browse files Browse the repository at this point in the history
  • Loading branch information
taitken-splunk committed Sep 6, 2024
1 parent a60d48f commit 277d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Release via goreleaser
uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist --release-notes .release-notes.md
args: release --release-notes .release-notes.md
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 277d4c8

Please sign in to comment.