Skip to content

Commit f1369a7

Browse files
committed
merge steps
1 parent 7d9629c commit f1369a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
cd src/apis/${{ matrix.package }}
104104
npm install
105105
npm publish
106-
- id: untag-release
107106
- uses: actions/github-script@v3
107+
id: untag-release
108108
if: ${{steps.tag-release.outputs.pr}}
109109
with:
110110
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)