We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f746c0 commit 69089f3Copy full SHA for 69089f3
.github/workflows/goreleaser.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Set GITHUB_REF_SLUG
22
id: set_github_ref_slug
23
- run: echo ::set-env name=GITHUB_REF_SLUG::${GITHUB_REF#refs/tags/}
+ run: echo GITHUB_REF_SLUG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
24
25
- name: Run GoReleaser
26
uses: goreleaser/goreleaser-action@v2
0 commit comments