Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2b34b4b

Browse files
committed
Fix set-env deprecation
1 parent 2695801 commit 2b34b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Copy Repo Files
7777
uses: actions/checkout@v2
7878
- name: get version
79-
run: echo "::set-env name=TAG::$(echo ${GITHUB_REF} | sed -e "s/refs\/tags\///g")"
79+
run: echo 'TAG='$(echo ${GITHUB_REF} | sed -e "s/refs\/tags\///g") >> $GITHUB_ENV
8080
- name: Set up Docker Buildx
8181
id: buildx
8282
uses: crazy-max/ghaction-docker-buildx@v1

0 commit comments

Comments
 (0)