Skip to content

Commit 7909cca

Browse files
Release workflow: Update environment assignment
1 parent 3ff8341 commit 7909cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: "Set ENV"
13-
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
12+
- name: Set env
13+
run: echo RELEASE_VERSION=${GITHUB_REF#refs/*/} >> $GITHUB_ENV && echo $RELEASE_VERSION
1414
- name: "Install Dependencies"
1515
run: sudo apt-get install zip
1616
- name: "Create ZIP"

0 commit comments

Comments
 (0)