diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06cf54c..01a67df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Release if: ${{ env.product == 'app' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: legado_app_${{ env.VERSION }} tag_name: ${{ env.VERSION }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c1c44..6cc7fae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -280,7 +280,7 @@ jobs: - name: Publish Official Release if: needs.prepare.outputs.updateLog_updated == 'yes' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: legado_app_${{ env.VERSION }} tag_name: ${{ env.VERSION }} @@ -310,7 +310,7 @@ jobs: - name: Publish Pre-Release if: needs.prepare.outputs.updateLog_updated != 'yes' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: legado_app_${{ env.VERSION }} tag_name: beta