Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewoestreich committed Jan 22, 2021
1 parent 5afb971 commit 63bd9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set env
run: |
RV=$(echo $${{ github.event.head_commit.message }} | awk '{print $NF}')
echo "RELEASE_VERSION=$($RV)" >> $GITHUB_ENV
echo "RELEASE_VERSION=$RV" >> $GITHUB_ENV
echo $RV
- name: Create Release
id: create_release
Expand Down

0 comments on commit 63bd9ee

Please sign in to comment.