Skip to content

Commit 1f5569c

Browse files
committed
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent 3864316 commit 1f5569c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set env
13-
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
13+
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
1414
- uses: actions/setup-node@v1
1515
with:
1616
node-version: 12

0 commit comments

Comments
 (0)