Skip to content

Commit 09ccbff

Browse files
authored
Merge pull request #311 from Edirom/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 51f7287 + e7c2a8e commit 09ccbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: xar-package
3131
path: build/*.xar
3232
- name: Release
33-
uses: softprops/action-gh-release@v2
33+
uses: softprops/action-gh-release@v3
3434
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
3535
with:
3636
prerelease: true

0 commit comments

Comments
 (0)