Skip to content

Commit

Permalink
assign to var
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent 91d831e commit fd425c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
echo branch=${BRANCH_NAME} >> $GITHUB_OUTPUT
echo version=${PACKAGE_VERSION} >> $GITHUB_OUTPUT
echo "${GITHUB_REF}"
echo "${{ github.event.head_commit.message }}"
COMMIT_MSG="${{ github.event.head_commit.message }}"
echo "${COMMIT_MSG}"
echo "${GITHUB_REF#*/}"
echo "${GITHUB_REF##/}"
echo "${GITHUB_REF#*/}"
Expand Down

0 comments on commit fd425c5

Please sign in to comment.