Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangda committed Apr 18, 2021
1 parent 92dacce commit 65a54b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Set Env Var RELEASE_VERSION
run: |
echo "RELEASE_VERSION::${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Show RELEASE_VERSION
run: echo ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 65a54b6

Please sign in to comment.