diff --git a/.github/workflows/build-rc.yml b/.github/workflows/build-rc.yml index 33d45dcfcb..f8aa262c38 100644 --- a/.github/workflows/build-rc.yml +++ b/.github/workflows/build-rc.yml @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub Pre-Release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 with: tag_name: ${{ github.ref_name }} name: "Release Candidate ${{ github.ref_name }}" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2067aefb98..90d1549534 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,7 @@ jobs: - name: Deploy to GitHub Release if: matrix.target.type == 'github-release' - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 with: files: | ${{ inputs.artifacts-path }}apk/${{ steps.lowercase.outputs.build-flavour }}/${{ steps.lowercase.outputs.build-variant }}/*.apk diff --git a/.github/workflows/generate-changelog.yml b/.github/workflows/generate-changelog.yml index 93a42fb35d..e4195a3129 100644 --- a/.github/workflows/generate-changelog.yml +++ b/.github/workflows/generate-changelog.yml @@ -61,7 +61,7 @@ jobs: npx generate-changelog@1.8.0 -t "$PREVIOUS_TAG...$CURRENT_TAG" - name: 'Create release with changelog' - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }} with: