Skip to content

Commit 451603f

Browse files
author
Juli Ovechkina
authored
ci: fix npm publish tag (#259)
1 parent d9e7abf commit 451603f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +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-
skip-github-release: true
32-
- run: npm publish --tag untagged --access public
31+
- run: npm publish --tag stable --access public
3332
env:
3433
NODE_AUTH_TOKEN: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
3534
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)