Skip to content

Commit ca60be3

Browse files
committed
add id
1 parent ce4f547 commit ca60be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
needs: release
6161
steps:
6262
- uses: actions/github-script@v3
63+
- id: tagging
6364
with:
6465
github-token: ${{secrets.GITHUB_TOKEN}}
6566
script: |
@@ -71,4 +72,4 @@ jobs:
7172
labels: 'autorelease: pending'
7273
});
7374
console.log(`Tagged ${{needs.release.outputs.prNumber}}`)
74-
if: ${{needs.release.outputs.prNumber}}
75+
if: ${{needs.release.outputs.prNumber}})

0 commit comments

Comments
 (0)