diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1168e44b..e9a9c9e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: - name: Upload installer to release if: ${{ inputs.release_id }} - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: | @@ -235,7 +235,7 @@ jobs: name: python-package-distributions path: dist/ - name: Upload artifacts to release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: dist/* diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f998b6ae..4662d714 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -109,7 +109,7 @@ jobs: - name: Upload PDF to release if: ${{ inputs.release_id }} - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: doc/_build/latex/dfetch-*.pdf diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9ae82c1..1585177c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: Create release if: ${{ steps.release_info.outputs.tag }} - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 with: tag_name: ${{ steps.release_info.outputs.tag }} name: ${{ steps.release_info.outputs.tag }}