Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 18, 2024
1 parent 6eef3cc commit 7c55020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
publish-npm:
name: Publish npm packages
runs-on: ubuntu-latest
needs: [build, prepare-relase, release]
needs: [build, prepare-release, release]
permissions:
contents: write
id-token: write
Expand All @@ -151,7 +151,7 @@ jobs:

publish-crates:
name: Publish crates
needs: [build, prepare-relase, release]
needs: [build, prepare-release, release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 7c55020

Please sign in to comment.