We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e945ae commit 838aeb4Copy full SHA for 838aeb4
.github/workflows/manual-publish.yml
@@ -39,7 +39,6 @@ jobs:
39
40
release-provenance:
41
needs: [ 'build-publish' ]
42
- runs-on: ubuntu-latest
43
permissions:
44
actions: read
45
id-token: write
.github/workflows/release-please.yml
@@ -58,7 +58,6 @@ jobs:
58
59
needs: [ 'release-package' ]
60
if: ${{ needs.release-package.outputs.release-created }}
61
62
63
64
0 commit comments