Skip to content

Commit

Permalink
chore: use fuel publish action (#1450)
Browse files Browse the repository at this point in the history
Use the FuelLabs publish crates action in our ci
  • Loading branch information
MujkicA authored Jun 24, 2024
1 parent 3598af1 commit f4325ad
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 @@ -122,7 +122,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}

- name: Publish crate check
uses: xgreenx/publish-crates@v1
uses: FuelLabs/publish-crates@v1
with:
dry-run: true
check-repo: false
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
mv ./dasel /usr/local/bin/dasel
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} Cargo.toml
- name: Publish crate
uses: xgreenx/publish-crates@v1
uses: FuelLabs/publish-crates@v1
with:
publish-delay: 30000
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit f4325ad

Please sign in to comment.