diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 488d86fbe..3cc28225d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -220,7 +220,7 @@ jobs: --goos "$MATRIX_GO_OS" --goarch "$MATRIX_GO_ARCH" - name: upload desktop artifacts to release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: tag_name: ${{ inputs.tag || github.ref_name }} draft: true @@ -252,7 +252,7 @@ jobs: if-no-files-found: ignore - name: upload cli assets - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 if: matrix.name == 'linux-x64' with: tag_name: ${{ inputs.tag || github.ref_name }} @@ -364,7 +364,7 @@ jobs: upload-artifact: true - name: upload flatpak bundle - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: tag_name: ${{ inputs.tag || github.ref_name }} draft: true @@ -379,7 +379,7 @@ jobs: if: github.event.release.prerelease runs-on: ubuntu-latest steps: - - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: tag_name: ${{ inputs.tag || github.ref_name }} prerelease: true