There was an error while loading. Please reload this page.
1 parent 8d1fa34 commit 6c563a8Copy full SHA for 6c563a8
1 file changed
.github/workflows/release-please.yml
@@ -19,14 +19,14 @@ jobs:
19
id: release
20
uses: googleapis/release-please-action@v4
21
with:
22
- token: ${{ github.token }}
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
23
24
- name: Checkout
25
if: ${{ steps.release.outputs.release_created }}
26
uses: actions/checkout@v6
27
28
fetch-depth: 0
29
30
31
- name: Update floating major tag
32
0 commit comments