We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83815c commit 76b8574Copy full SHA for 76b8574
.github/workflows/release-please.yml
@@ -1,4 +1,5 @@
1
name: release-please
2
+
3
on:
4
push:
5
branches:
@@ -9,10 +10,9 @@ jobs:
9
10
runs-on: ubuntu-latest
11
steps:
12
- uses: google-github-actions/release-please-action@v3
- env:
13
+ with:
14
# Use a personal access token to trigger the "publish-release" workflow
15
# when a new tag is created.
16
# See: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
- GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
17
- with:
+ token: ${{ secrets.ACTIONS_TOKEN }}
18
release-type: rust
0 commit comments