Skip to content

Commit

Permalink
Master test
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Oct 21, 2024
1 parent 34cf566 commit cee1696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
echo ${{ github.ref }}
echo "${GITHUB_REF_NAME}"
PRODUCT_VERSION=$(echo "${{ matrix.branch }}" | sed '/^release\b\|^hotfix\b\|^feature\b/s/release.*\/\|hotfix.*\/\|feature.*\///; s/-git-action$//; s/^v//')
echo ${PRODUCT_VERSION}
if [ "${GITHUB_REF_NAME}" = "develop" ]; then
echo "Branch is ${GITHUB_REF_NAME}"
fi
Expand Down

0 comments on commit cee1696

Please sign in to comment.