Skip to content

Commit 69089f3

Browse files
committed
Fix github action -> deprecated usage of GITHUB_ENV
1 parent 9f746c0 commit 69089f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Set GITHUB_REF_SLUG
2222
id: set_github_ref_slug
23-
run: echo ::set-env name=GITHUB_REF_SLUG::${GITHUB_REF#refs/tags/}
23+
run: echo GITHUB_REF_SLUG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)