Skip to content

Commit

Permalink
Fix version for goreleaser
Browse files Browse the repository at this point in the history
It should be the version of goreleaser to use. Not the version of ldddns
we would like to release.
  • Loading branch information
arnested committed Jan 2, 2021
1 parent f85b43c commit 004c9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: ${{ steps.version.outputs.tag }}
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 004c9c5

Please sign in to comment.