From ea6ce3b4b77e7e25cf1f2df0e6d0cccd0004ecf9 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Wed, 21 Apr 2021 12:45:33 +0200 Subject: [PATCH] Update target_commitish in CI --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 988626f..2edcc94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,3 +33,4 @@ jobs: id: ${{ steps.get_release.outputs.id }} body: This has been updated in the action's own CI for run ${{ github.run_id }} and commit SHA ${{ github.sha }} tag_name: v0.0.0 + target_commitish: ${{ github.sha }}