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 ce4f547 commit ca60be3Copy full SHA for ca60be3
.github/workflows/release-please.yaml
@@ -60,6 +60,7 @@ jobs:
60
needs: release
61
steps:
62
- uses: actions/github-script@v3
63
+ - id: tagging
64
with:
65
github-token: ${{secrets.GITHUB_TOKEN}}
66
script: |
@@ -71,4 +72,4 @@ jobs:
71
72
labels: 'autorelease: pending'
73
});
74
console.log(`Tagged ${{needs.release.outputs.prNumber}}`)
- if: ${{needs.release.outputs.prNumber}}
75
+ if: ${{needs.release.outputs.prNumber}})
0 commit comments