Skip to content

Commit

Permalink
Fix github action -> deprecated usage of GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 30, 2020
1 parent 9f746c0 commit 69089f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 69089f3

Please sign in to comment.