From 85231e4810c76f2a4ac7a52aa72b4aa842b2fece Mon Sep 17 00:00:00 2001 From: ducktype Date: Tue, 22 Aug 2023 17:31:48 +0200 Subject: [PATCH] working github release action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c41a3..d1464a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: - env: GH_TOKEN: ${{ github.token }} run: | - gh release create $GITHUB_REF_NAME ./bip/bin/bip ./bix/bix + gh release create ${{ github.head_ref }}.${{ github.sha }} ./bip/bin/bip ./bix/bix