Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent cd14d53 commit e9c6868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo $VERSION_NAME | grep -q "alpha\|beta" && IS_PRERELEASE=true
echo "IS_PRERELEASE=$IS_PRERELEASE" >> $GITHUB_ENV
./gradlew assembleDebug
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.TAG_NAME }}
token: ${{ secrets.BOT_PAT }}
Expand Down

0 comments on commit e9c6868

Please sign in to comment.