We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f3335 commit 2d35315Copy full SHA for 2d35315
.github/workflows/publish-stable.yml
@@ -39,8 +39,8 @@ jobs:
39
with:
40
title: New release
41
commit: New release
42
- version: pnpm run bump:next # TODO: remove :next for :stable once we're confident in the release process
43
- publish: pnpm run release:next # TODO: remove :next for :stable once we're confident in the release process
+ version: pnpm run bump:stable
+ publish: pnpm run release:stable
44
createGithubReleases: false
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments