diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1836c7f..04e15b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -487,7 +487,7 @@ jobs: - name: Create GitHub Release if: github.ref == 'refs/heads/main' && needs.docker-build.result == 'success' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ github.run_number }} name: Release v${{ github.run_number }} diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index ab1f924a..a536edff 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -147,7 +147,7 @@ jobs: run: find artifacts -type f - name: Create or Update Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: RuView Desktop v${{ github.event.inputs.version || '0.4.0' }} tag_name: ${{ github.event.inputs.attach_to_existing || format('desktop-v{0}', github.event.inputs.version || '0.4.0') }}