Skip to content

Commit

Permalink
Fix release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jan 18, 2022
1 parent bab3e00 commit 844b82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Release
uses: softprops/action-gh-release@v0
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/photofinish

0 comments on commit 844b82f

Please sign in to comment.