Skip to content

Commit

Permalink
ci: fix cargo publish
Browse files Browse the repository at this point in the history
ci: release please
  • Loading branch information
kabouzeid committed Jul 28, 2024
1 parent f347664 commit c4ef722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: rust
Expand Down Expand Up @@ -124,8 +124,11 @@ jobs:
# run only once
if: matrix.target == 'x86_64-unknown-linux-gnu'
uses: actions-rs/[email protected]
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: publish
continue-on-error: true

# Create GitHub release with Rust build targets and release notes
upload_artifacts:
Expand Down

0 comments on commit c4ef722

Please sign in to comment.