Skip to content

Commit

Permalink
chore: specify version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 16, 2024
1 parent 40df8c3 commit c45709f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
rm -rf src .husky .github .storybook .prettierrc .eslint.config.js pnpm-lock.yaml vercel.json vite.config.js
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
npm version
CURRENT_VERSION=$(pnpm exec -c "echo $(pnpm pkg get version)")
pnpm version $CURRENT_VERSION-$TAGNAME --no-git-tag-version
git add .
git add -f dist
git commit -m "chore: release $TAG_NAME"
Expand Down

0 comments on commit c45709f

Please sign in to comment.