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 ca60be3 commit 8886d43Copy full SHA for 8886d43
.github/workflows/release-please.yaml
@@ -62,8 +62,8 @@ jobs:
62
- uses: actions/github-script@v3
63
- id: tagging
64
with:
65
- github-token: ${{secrets.GITHUB_TOKEN}}
66
- script: |
+ github-token: ${{secrets.GITHUB_TOKEN}}
+ script: |
67
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
68
const latestRelease = await github.issues.addLabels({
69
owner,
0 commit comments