Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElrohirGT committed Feb 3, 2022
1 parent f79faeb commit f35887d
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get Tag Message
run: |
echo RELEASE_MESSAGE=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})
echo RELEASE_MESSAGE=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }}) >> $GITHUB_ENV
- name: Show Message
run: |
echo 'The message is: ${{ env.RELEASE_MESSAGE }}'
Expand Down

0 comments on commit f35887d

Please sign in to comment.