Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameMarisa authored Jan 6, 2024
1 parent 7ca1065 commit 9fba350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Generate release title
id: gen_release_title
run: |
TITLE=$(date "+%Y-%m-%d")_BuildID-${GITHUB_RUN_NUMBER}
echo ::set-output name=version::${TITLE}
echo "Version set to ${TITLE}"
$TITLE = (Get-Date).ToString("yyyy-MM-dd") + "_BuildID-" + $env:GITHUB_RUN_NUMBER
Write-Host "Version set to $TITLE"
echo "::set-output name=version::$TITLE"
- name: Create release draft
uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 9fba350

Please sign in to comment.