We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7eb258 commit 61eebfeCopy full SHA for 61eebfe
.github/workflows/main.yml
@@ -205,6 +205,7 @@ jobs:
205
worker-count: 16
206
207
release:
208
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
209
runs-on: ubuntu-latest
210
needs: [
211
test-node,
@@ -217,7 +218,6 @@ jobs:
217
218
test-interop,
219
transport-interop
220
]
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
221
# https://docs.npmjs.com/generating-provenance-statements
222
permissions:
223
id-token: write
.release-please.json
@@ -1,5 +1,4 @@
1
{
2
- "last-release-sha": "17d980c902fa5314e954508255a41c0854416d47",
3
"plugins": ["node-workspace"],
4
"group-pull-request-title-pattern": "chore: release ${component}",
5
"packages": {
0 commit comments