Skip to content

Commit

Permalink
Change publish-crates CI action to xgreenx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Jan 16, 2024
1 parent e1e6319 commit c37b597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- name: Publish crate check
uses: katyo/publish-crates@v2
uses: xgreenx/publish-crates@v1
with:
dry-run: true
check-repo: false
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
sudo apt-get install protobuf-compiler
- name: Publish crate
uses: katyo/publish-crates@v2
uses: xgreenx/publish-crates@v1
with:
publish-delay: 60000
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit c37b597

Please sign in to comment.