Skip to content

Commit

Permalink
Merge pull request #33 from nirmata/add_release_wf_3
Browse files Browse the repository at this point in the history
fix: release failure
  • Loading branch information
realshuting authored Aug 9, 2023
2 parents d9a18f5 + 1c6d7eb commit c48074d
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 @@ -87,6 +87,6 @@ jobs:
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
version: latest
args: release --rm-dist --debug --release-notes=release/release-notes.out
args: release --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c48074d

Please sign in to comment.