Skip to content

Commit 6839b31

Browse files
committed
ci: fix forkflow
1 parent 6313290 commit 6839b31

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)