Skip to content

Commit

Permalink
fix: use correct version og relase action
Browse files Browse the repository at this point in the history
  • Loading branch information
martcl committed Oct 8, 2024
1 parent aaf8560 commit 2da0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cargo build -p kriger --release && mv target/release/kriger target/release/kriger_amd64

- name: Release
uses: softprops/action-gh-release@v4
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 2da0b7b

Please sign in to comment.