Skip to content

Commit

Permalink
set GORELEASER_CURRENT_TAG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 29, 2023
1 parent 44c82b1 commit 3d7fb0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ jobs:
goreleaser:
runs-on: ubuntu-20.04
if: github.ref_type != 'branch'
needs: [build-web]
needs: [generate-tag, build-web]
env:
GORELEASER_CURRENT_TAG: ${{ needs.generate-tag.outputs.tag }}
steps:
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 3d7fb0d

Please sign in to comment.