Skip to content

Commit 3a5f3d3

Browse files
author
Juli Ovechkina
authored
ci: use tag untagged (#261)
1 parent 451603f commit 3a5f3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-1.x.x-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false}]'
2929
bump-minor-pre-major: true
3030
default-branch: version-1.x.x/fixes
31-
- run: npm publish --tag stable --access public
31+
- run: npm publish --tag untagged --access public
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
3434
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)