Skip to content

Commit

Permalink
pin dasel version (#58)
Browse files Browse the repository at this point in the history
the gz release broke the install script
  • Loading branch information
Voxelot authored and xgreenx committed Dec 20, 2022
1 parent e78e2a9 commit 1ba4ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-asm/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Verify tag version
run: |
curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | cut -d\" -f 4)" -L -o dasel && chmod +x dasel
curl -sSLf "https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64" -L -o dasel && chmod +x dasel
mv ./dasel /usr/local/bin/dasel
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} Cargo.toml
Expand Down

0 comments on commit 1ba4ea7

Please sign in to comment.