diff --git a/.github/workflows/create_aarch64-Linux.yaml b/.github/workflows/create_aarch64-Linux.yaml index f1e7d49..4187080 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.6.2 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.6.2 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 61ee97c..73d6e1f 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.6.2 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.6.2 with: name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"