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

Commit

Permalink
Fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhaley committed Feb 8, 2021
1 parent d26bfeb commit 8f26bf0
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8f26bf0

Please sign in to comment.