From ed27c77b13227c7c627b0bf71b6518040f833a69 Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Wed, 24 Jun 2020 00:01:56 +0100 Subject: [PATCH] Commit hash > ref --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acb78e5..3ef2228 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag_name: ${{ github.sha }} + release_name: Release ${{ github.sha }} body: | Change notes here draft: true