Skip to content

Commit

Permalink
add $
Browse files Browse the repository at this point in the history
maybe it'll work?
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent 21ae5f2 commit 66e5427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo version=${PACKAGE_VERSION} >> $GITHUB_OUTPUT
echo "${GITHUB_REF}"
COMMIT_MSG="${{ github.event.head_commit.message }}"
echo "${COMMIT_MSG%%'\n'}"
echo "${COMMIT_MSG%%$'\n'}"
echo "${GITHUB_REF#*/}"
echo "${GITHUB_REF##/}"
echo "${GITHUB_REF#*/}"
Expand Down

0 comments on commit 66e5427

Please sign in to comment.