From c9b0cb7667ad122c429522159813de297caf818b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Oct 2021 01:46:29 +0100 Subject: [PATCH] Try to place tag on the same commit that triggered build --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9207e0d..9aeae93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,7 @@ jobs: - uses: softprops/action-gh-release@v1 with: tag_name: ${{inputs.crate}} + target_commitish: ${{github.ref}} files: | ${{steps.which.outputs.which}} ${{inputs.bin || inputs.crate}}.sig