Skip to content

Commit 70d2117

Browse files
committed
Update to softprops/action-gh-release@v2
1 parent 8b62f3e commit 70d2117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: ${{ needs.build.outputs.artifact_name }}
2727
path: pkg/
2828
- name: Create GitHub release
29-
uses: softprops/action-gh-release@v1
29+
uses: softprops/action-gh-release@v2
3030
with:
3131
token: ${{ secrets.GH_TOKEN }}
3232
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)