Skip to content

Commit

Permalink
Fixes create-release on main (surely...)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktekusho committed Apr 21, 2024
1 parent 10452d1 commit 6736832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
RELEASE_ARGS='--generate-notes'
if [[ "${{ github.ref_name }}" == "main" ]]; then
# TODO: use version
RELEASE_SUFFIX="main-$(date -u "+%Y-%m-%dT%H:%M")"
RELEASE_SUFFIX="main-$(date -u "+%Y-%m-%d___%H-%M")"
else
RELEASE_SUFFIX=${{ github.ref_name }}-$(date -u "+%Y-%m-%d___%H-%M")
RELEASE_ARGS="${RELEASE_ARGS} --draft"
Expand Down

0 comments on commit 6736832

Please sign in to comment.