Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 2, 2024
1 parent 3429633 commit 0715580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ jobs:
with:
name: relnotes
- run: |
gh release create --title "CCF ${{ github.ref }}" --draft --notes-file rel-notes.md pkg/*
set -ex
CCF_VERSION=${${{ github.ref_name }}#ccf-}
gh release create --title $CCF_VERSION --draft --notes-file rel-notes.md pkg/*
shell: bash
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 0715580

Please sign in to comment.