Skip to content

Commit

Permalink
fix: update dependency in npm-publish workflow from update-package-js…
Browse files Browse the repository at this point in the history
…on-version to update-package-version
  • Loading branch information
rrrodzilla committed Jul 25, 2024
1 parent 6b68596 commit d5288d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
npm-publish-dependencies:
name: Publish to NPM
uses: ./.github/workflows/npm_dependency_publish.yml
needs: [ extract-version, update-package-json-version ]
needs: [ extract-version, update-package-version ]
with:
version: ${{ needs.extract-version.outputs.cargo_version }}
name: ${{ matrix.name }}
Expand Down

0 comments on commit d5288d9

Please sign in to comment.