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