Skip to content

Commit

Permalink
use new style to set environment variables (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoreKrypton authored Nov 21, 2020
1 parent 7986926 commit 198cbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install -g pkg && npm run build

- name: Get version
run: echo "::set-env name=VERSION::$(bash ./deployment/get_version.sh)"
run: echo "VERSION=$(bash ./deployment/get_version.sh)" >> $GITHUB_ENV

- name: Create Release
id: create_release
Expand Down

0 comments on commit 198cbc8

Please sign in to comment.