Skip to content

Commit 646bccd

Browse files
authored
Merge pull request #2 from SpaceAgeMP/renovate/softprops-action-gh-release-2.x
Update softprops/action-gh-release action to v2
2 parents 492b61b + 36ce5eb commit 646bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Create release
13-
uses: softprops/action-gh-release@v1
13+
uses: softprops/action-gh-release@v2
1414
if: startsWith(github.ref, 'refs/tags/v')
1515
id: create_release
1616

0 commit comments

Comments
 (0)