Skip to content

Commit

Permalink
My release-cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiesler committed Apr 12, 2024
1 parent 130588c commit e2dd3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: jwiesler/semantic-release-action@main
with:
extra_plugins: |
@semantic-release-cargo/semantic-release-cargo
@github:jwiesler/semantic-release-cargo
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"branches": ["master"],
"plugins": [
[
"@semantic-release-cargo/semantic-release-cargo",
"@github:jwiesler/semantic-release-cargo",
{
"features": {
"async-stripe": ["runtime-tokio-hyper"]
Expand Down

0 comments on commit e2dd3fb

Please sign in to comment.