Skip to content

Commit

Permalink
Merge pull request #10 from BananaOps/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: remove version in gorelease
  • Loading branch information
jplanckeel authored May 17, 2024
2 parents 0f0576c + 25b20f7 commit 8bade03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
if: "steps.tag.outputs.value != ''"
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{steps.version_tag.outputs.tag}}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8bade03

Please sign in to comment.