From 5627b799b17e2c67765259f9af28282ef74ec21d Mon Sep 17 00:00:00 2001 From: jvyden Date: Sun, 13 Aug 2023 22:08:11 -0400 Subject: [PATCH] Revert "Specify commit hash when downloading release artifact" This reverts commit 441ba83a99edc78675b111b2a1796c8cea53b872. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4769447e..5a801193 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,6 @@ jobs: with: github_token: ${{secrets.GITHUB_TOKEN}} branch: main - commit: ${{ github.sha }} workflow: dotnet.yml workflow_conclusion: success if_no_artifact_found: fail