We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a314ba0 commit 3ea21b3Copy full SHA for 3ea21b3
1 file changed
.github/workflows/rust.yml
@@ -35,9 +35,8 @@ jobs:
35
- uses: google-github-actions/release-please-action@v4
36
id: release
37
with:
38
- # Tells release-please this is a Rust project.
39
- # It will look for Cargo.toml and update the version there.
40
release-type: rust
+ token: ${{ secrets.GITHUB_TOKEN }}
41
# Explicitly provide the package name if Cargo.toml is not at the root,
42
# or if you want to be very specific.
43
0 commit comments