Skip to content

Commit

Permalink
fix: Unexpected value 'args'
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCMoraes committed May 28, 2024
1 parent 3902ae2 commit 981b8f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
args: "release"
with:
args: "release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 981b8f2

Please sign in to comment.