We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1c04a commit 6fcff0aCopy full SHA for 6fcff0a
1 file changed
.github/workflows/goreleaser.yml
@@ -22,9 +22,6 @@ jobs:
22
uses: actions/setup-go@v2
23
with:
24
go-version: 1.19
25
- - name: Get tag name
26
- id: get_tag
27
- run: echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}
28
-
29
name: Run GoReleaser
30
uses: goreleaser/goreleaser-action@v2
@@ -35,5 +32,6 @@ jobs:
35
32
args: release --rm-dist
36
33
env:
37
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ TAG: ${{github.ref_name}}
38
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
39
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
0 commit comments