Skip to content

Commit 0ef3a45

Browse files
chore(deps): update softprops/action-gh-release action to v2 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6faa465 commit 0ef3a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Create GitHub Release
3838
if: steps.publish.outcome == 'success'
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
name: v${{ join(fromJSON(steps.publish.outputs.published).version, '') }}
4242
draft: true

0 commit comments

Comments
 (0)