Skip to content

Commit c0924f5

Browse files
committed
ci: add cli
1 parent b7a00fb commit c0924f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
echo "PRS" ${{ steps.release.outputs.prs }}
3030
- run: |
3131
gh auth status
32+
- run: |
33+
release-please github-release --repo-url $GITHUB_REPOSITORY --token=$RELEASE_TOKEN --dry-run
34+
env:
35+
RELEASE_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
3236
3337
3438

0 commit comments

Comments
 (0)