Skip to content

Commit 3efe83a

Browse files
authored
Merge pull request #15 from nothub/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 9d68d65 + fb62910 commit 3efe83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: devbox run --pure generate
2323

2424
- run: echo "MINECRAFT_VERSION=$(cat gradle.properties | grep -oP 'minecraft_version=(\K[0-9\.]+)')" >> $GITHUB_ENV
25-
- uses: softprops/action-gh-release@v2
25+
- uses: softprops/action-gh-release@v3
2626
with:
2727
name: '${{ env.MINECRAFT_VERSION }}'
2828
body: 'Generated for Minecraft version ${{ env.MINECRAFT_VERSION }} at Git commit ${{ github.sha }}'

0 commit comments

Comments
 (0)