From 9889ed9b5b10a591fed8135491ea10340c91f62a Mon Sep 17 00:00:00 2001 From: Alpha Date: Sat, 9 Dec 2023 15:49:36 +0900 Subject: [PATCH] Update build.yml Signed-off-by: Alpha --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e220e975..7fc42fbb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Release Artifacts if: startsWith(github.ref_name, 'ver/') - uses: softprops/action-gh-release@latest + uses: softprops/action-gh-release@v0.1.15 with: name: "Build #${{ env.RELEASE }} for ${{ env.MC_VERSION }}" tag_name: build/${{ env.MC_VERSION }}/${{ env.RELEASE }} @@ -100,7 +100,7 @@ jobs: - name: Release Artifacts (Latest/Stable) if: startsWith(github.ref_name, 'ver/') - uses: softprops/action-gh-release@latest + uses: softprops/action-gh-release@v0.1.15 with: name: "Build #${{ env.RELEASE }} for ${{ env.MC_VERSION }}" tag_name: build/${{ env.MC_VERSION }}/latest @@ -111,7 +111,7 @@ jobs: - name: Release Artifacts (Latest/Development) if: startsWith(github.ref_name, 'dev/') - uses: softprops/action-gh-release@latest + uses: softprops/action-gh-release@v0.1.15 with: name: "Development Build for ${{ env.MC_VERSION }}" tag_name: build/${{ env.MC_VERSION }}/latest