diff --git a/.github/workflows/create_aarch64-Linux.yaml b/.github/workflows/create_aarch64-Linux.yaml index a30bb32..e452df9 100644 --- a/.github/workflows/create_aarch64-Linux.yaml +++ b/.github/workflows/create_aarch64-Linux.yaml @@ -133,7 +133,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -147,7 +147,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" diff --git a/.github/workflows/create_x86_64-Linux.yaml b/.github/workflows/create_x86_64-Linux.yaml index 9722d59..208b12f 100644 --- a/.github/workflows/create_x86_64-Linux.yaml +++ b/.github/workflows/create_x86_64-Linux.yaml @@ -142,7 +142,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -156,7 +156,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RUNIMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.5.0 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"