diff --git a/.github/workflows/build_bootstrap_images_aarch64.yaml b/.github/workflows/build_bootstrap_images_aarch64.yaml index c2453fa..c53d7c8 100644 --- a/.github/workflows/build_bootstrap_images_aarch64.yaml +++ b/.github/workflows/build_bootstrap_images_aarch64.yaml @@ -169,7 +169,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.2 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -183,7 +183,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.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/build_bootstrap_images_x86_64.yaml b/.github/workflows/build_bootstrap_images_x86_64.yaml index a72e4ac..e36bdd7 100644 --- a/.github/workflows/build_bootstrap_images_x86_64.yaml +++ b/.github/workflows/build_bootstrap_images_x86_64.yaml @@ -168,7 +168,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.2 with: name: "Continuous ${{ matrix.image }}_${{ matrix.arch }}" tag_name: "${{ matrix.image }}_${{ matrix.arch }}" @@ -182,7 +182,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_IMAGE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.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/fetch_runner_images.yaml b/.github/workflows/fetch_runner_images.yaml index 73d7054..e309d29 100644 --- a/.github/workflows/fetch_runner_images.yaml +++ b/.github/workflows/fetch_runner_images.yaml @@ -209,7 +209,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.2.2 with: name: "${{ env.METADATA_TAG }}" tag_name: "${{ env.METADATA_TAG }}" @@ -224,7 +224,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.2.2 with: name: "${{ env.METADATA_TAG }}" tag_name: "${{ env.UTC_TIME }}-${{ env.METADATA_TAG }}" diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 982df7e..0042b26 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -178,7 +178,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_COMMON == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.2 with: name: "Common Utils" tag_name: "common-utils"