Skip to content

Commit

Permalink
bug: fix script location (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored Aug 30, 2024
1 parent f98e764 commit b6656cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
curl -sSLf "$DASEL_VERSION" -L -o dasel && chmod +x dasel
mv ./dasel /usr/local/bin/dasel
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} Cargo.toml
./.github/scripts/verify_tag.sh ${{ github.ref_name }} Cargo.toml
- name: Publish crate
uses: katyo/publish-crates@v2
with:
Expand Down

0 comments on commit b6656cc

Please sign in to comment.