Skip to content

Commit

Permalink
Use companies fork of the publish-crates action (#1986)
Browse files Browse the repository at this point in the history
### Before requesting review
- [x] I have reviewed the code myself
  • Loading branch information
xgreenx authored Jun 24, 2024
1 parent 4d6167d commit 7578b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: "wasm32-unknown-unknown"
- 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 @@ -236,7 +236,7 @@ jobs:
export PAGES_URL="https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/$BRANCH_B64/index.html"
echo "$PAGES_URL"
echo "Codecov report $PAGES_URL" >> $GITHUB_STEP_SUMMARY
verifications-complete:
needs:
- cargo-verifications
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
targets: "wasm32-unknown-unknown"

- name: Publish crate
uses: xgreenx/publish-crates@v1
uses: FuelLabs/publish-crates@v1
with:
publish-delay: 60000
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 7578b32

Please sign in to comment.