Skip to content

Commit a7c102a

Browse files
committed
fix: ci
1 parent 2e70608 commit a7c102a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,14 @@ jobs:
1818
release-please:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: googleapis/release-please-action@v4
22-
id: release
23-
with:
24-
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
21+
# - uses: googleapis/release-please-action@v4
22+
# id: release
23+
# with:
24+
# token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
2525
- run: |
2626
npm i release-please -g
2727
- run: |
28-
echo "PR CREATED:" ${{ steps.release.outputs.prs_created }}
29-
echo "PR:" ${{ steps.release.outputs.pr }}
30-
- run: |
31-
echo "PRS" ${{ steps.release.outputs.prs }}
28+
release-please release-pr --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN
3229
- run: |
3330
gh auth status
3431
- run: |

0 commit comments

Comments
 (0)