Skip to content

Commit

Permalink
more #
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent ce3b473 commit 83e2705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
echo branch=${BRANCH_NAME} >> $GITHUB_OUTPUT
echo version=${PACKAGE_VERSION} >> $GITHUB_OUTPUT
echo "${GITHUB_REF}"
echo "${GITHUB_REF#}"
echo "${GITHUB_REF#/}"
echo "${GITHUB_REF#*/}"
echo "${GITHUB_REF##/}"
echo "${GITHUB_REF#*/}"
echo "${BRANCH_NAME}"
echo "${PACKAGE_VERSION}"

0 comments on commit 83e2705

Please sign in to comment.