Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 8f26bf0

Browse files
committed
Fix GitHub Action
1 parent d26bfeb commit 8f26bf0

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
13+
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1414

1515
- name: Checkout code
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)