Skip to content

Commit

Permalink
Replace deprecated set-env command.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Oct 12, 2020
1 parent b12e7d3 commit 976f426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Set env
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
- name: Set release version
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
Expand Down

0 comments on commit 976f426

Please sign in to comment.