Skip to content

Commit

Permalink
Update build-linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJohnWilliams authored Mar 23, 2023
1 parent b9a0e7e commit 2f3da97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
id: get_tag_message
run: |
tag_message=$(git tag -l -n99 "${{ github.ref }}" | awk '{if (NR==1) {sub(/^[^\t]*\t/,"");print}}')
echo "::set-output name=tag_message::${tag_message}"
TAG_MESSAGE=$(git tag -l -n99 "${{ github.ref }}" | awk '{if (NR==1) {sub(/^[^\t]*\t/,"");print}}')
echo "::set-output name=TAG_MESSAGE::${TAG_MESSAGE}"
- name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 2f3da97

Please sign in to comment.