Skip to content

Commit

Permalink
fix: fix: remove - in tagName
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 15, 2024
1 parent dfc9c3c commit 3688aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
git config --global user.name "corca-ai"
git add .
git commit -m "chore: release ${BRANCH_SLUG}-${SHORT_SHA}"
git tag -a "${BRANCH_SLUG}-${SHORT_SHA}" -m "Release ${BRANCH_SLUG}-${SHORT_SHA}"
git push origin "${BRANCH_SLUG}-${SHORT_SHA}"
git tag -a '${BRANCH_SLUG}${SHORT_SHA}' -m 'Release ${BRANCH_SLUG}-${SHORT_SHA}'
git push origin '${BRANCH_SLUG}${SHORT_SHA}'
Expand Down

0 comments on commit 3688aac

Please sign in to comment.