diff --git a/.github/workflows/fetch_releases.yaml b/.github/workflows/fetch_releases.yaml index ae2dbc7..75355ae 100644 --- a/.github/workflows/fetch_releases.yaml +++ b/.github/workflows/fetch_releases.yaml @@ -138,7 +138,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.4.1 with: name: "Continuous ${{ matrix.title }}_${{ matrix.arch }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}" @@ -153,7 +153,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.4.1 with: name: "Snapshot-(${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"