Skip to content

Commit

Permalink
fix: disable generation of git tags upon running npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
brotheroftux committed Aug 16, 2024
1 parent 88dea7d commit 93e93e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm version 0.0.0-rc-$(git branch --show-current)-$(date "+%Y%m%d%H%M")
- run: npm version --no-git-tag-version 0.0.0-rc-$(git branch --show-current)-$(date "+%Y%m%d%H%M")
- run: npm publish --no-tag
env:
NODE_AUTH_TOKEN: ${{secrets.ROBOT_DATAUI_NPM_TOKEN}}

0 comments on commit 93e93e6

Please sign in to comment.