Skip to content

Commit aa9b799

Browse files
committed
chore: bump version on gh release action
1 parent 18c0fdb commit aa9b799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: cargo build --release
2626

2727
- name: Release
28-
uses: softprops/action-gh-release@v1
28+
uses: softprops/action-gh-release@v2
2929
if: startsWith(github.ref, 'refs/tags/')
3030
with:
3131
files: ${{ github.workspace }}/target/package/*.crate

0 commit comments

Comments
 (0)