Skip to content

Commit ad60366

Browse files
committed
Updating workflow automation
1 parent 17c9121 commit ad60366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xubuntu-20.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Create release and upload assets
5959
if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success'
60-
uses: softprops/action-gh-release@v1
60+
uses: softprops/action-gh-release@v2
6161
with:
6262
tag_name: ${{ env.GITHUB_TAG }}
6363
name: ${{ env.GITHUB_TAG }}

0 commit comments

Comments
 (0)