We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cfe018 + 00677c4 commit 7218e29Copy full SHA for 7218e29
.github/workflows/publish.yml
@@ -33,9 +33,4 @@ jobs:
33
publish: bun run release
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
-
37
- - name: Enable auto-merge for Version Packages PR
38
- if: steps.changesets.outputs.pullRequestNumber
39
- run: gh pr merge --auto --merge ${{ steps.changesets.outputs.pullRequestNumber }}
40
- env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
0 commit comments