Skip to content

Commit

Permalink
Fix GitHub env
Browse files Browse the repository at this point in the history
  • Loading branch information
lights0123 committed Nov 22, 2020
1 parent b88a9c6 commit 3dd5b24
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 @@ -18,7 +18,7 @@ jobs:
with:
node-version: 12
- name: get version
run: echo ::set-env name=PACKAGE_VERSION::$(node -p "require('./package.json').version")
run: echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
- name: create release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit 3dd5b24

Please sign in to comment.