Skip to content

Commit 0f72c04

Browse files
author
Precontation
authored
Merge pull request #20 from Precontation/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents b1f8267 + 9cdcbec commit 0f72c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Zip Linux build
5757
run: zip -r ./artifacts/WonkyWindow-linux-v${{ inputs.tag }}.zip ./linux_build
5858
- name: Create draft release
59-
uses: softprops/action-gh-release@v2
59+
uses: softprops/action-gh-release@v3
6060
with:
6161
draft: ${{ inputs.draft }}
6262
prerelease: ${{ inputs.prerelease }}

0 commit comments

Comments
 (0)