Skip to content

Commit

Permalink
ci: update workflow for version deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Sep 18, 2024
1 parent a37535a commit d0132c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: ref/tags/${{ inputs.tag }}
fetch-tags: true
fetch-depth: 0

- name: Install cargo-near CLI
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.1/cargo-near-installer.sh | sh
Expand Down

0 comments on commit d0132c0

Please sign in to comment.