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 2e70608 commit a7c102aCopy full SHA for a7c102a
.github/workflows/release-please.yml
@@ -18,17 +18,14 @@ jobs:
18
release-please:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: googleapis/release-please-action@v4
22
- id: release
23
- with:
24
- token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
+ # - uses: googleapis/release-please-action@v4
+ # id: release
+ # with:
+ # token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
25
- run: |
26
npm i release-please -g
27
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 }}
+ release-please release-pr --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN
32
33
gh auth status
34
0 commit comments