Skip to content

Commit

Permalink
CI: fix release name
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Dec 1, 2023
1 parent 797e2e9 commit daef2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Create draft
run: |
export RELEASE="$(date -u +%Y.%m.%d)+$(git rev-parse --short HEAD).${{ github.run_attempt }}"
gh release create "$RELEASE" --draft --title "RELEASE"
gh release create "$RELEASE" --draft --title "$RELEASE"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create draft
Expand Down

0 comments on commit daef2ab

Please sign in to comment.