Skip to content

Commit

Permalink
Quote
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent 94e744c commit 979bece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-version-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
new_version=$( \
echo "${{ github.event.head_commit.message }}" \
| cut -d " " -f 5" \
| cut -d " " -f 5 \
)
echo "tag_version=v${new_version}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 979bece

Please sign in to comment.