Skip to content

Commit

Permalink
- fix: cargo edit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Jul 2, 2024
1 parent b5a229d commit 037774e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup cargo version from npm
run: |
cargo install cargo-edit
cargo install cargo-edit --force
cargo set-version ${{ needs.prebuild.outputs.version }}-dev.${{github.run_number}}
- name: Run NX publish
run: npx nx run-many -t publish --skip-nx-cache --verbose
Expand Down

0 comments on commit 037774e

Please sign in to comment.