Skip to content

Commit

Permalink
Install cargo-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Jan 22, 2025
1 parent fe597c5 commit 5cd8220
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nym-vpn-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
with:
subcommand: workspace.package.version --entry nym-vpn-core

- name: Install cargo-edit
run: cargo install --locked cargo-edit

- name: Append timestamp if it's a dev version
run: ./scripts/append-timestamp-to-version.sh nym-vpn-core/Cargo.toml ${{ steps.workspace-version-pre.outputs.output }}

Expand Down

0 comments on commit 5cd8220

Please sign in to comment.