diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da91954..680aebd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 if: startsWith(github.ref, 'refs/tags/') with: tag_name: ${{ github.ref_name }} @@ -54,7 +54,7 @@ jobs: - name: Move binary run: mv target/${{ matrix.target }}/release/richard${{ matrix.suffix }} richard-${{ github.ref_name }}-${{ matrix.target }}${{ matrix.suffix }} - name: Upload Artefact to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 if: startsWith(github.ref, 'refs/tags/') with: tag_name: ${{ github.ref_name }}