Skip to content

Commit

Permalink
fix version lookup (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Feb 24, 2021
1 parent 8cfe5fb commit 58ad833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v2.4.1
version: v0.155.2 # goreleaser version (NOT goreleaser-action version)
args: release --rm-dist --release-notes=RELEASE_CHANGELOG.md
env:
GOVERSION: ${{ env.GOVERSION }}
Expand Down

0 comments on commit 58ad833

Please sign in to comment.