Skip to content

Commit

Permalink
Update Release-Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EttyKitty authored Nov 1, 2024
1 parent 2284466 commit a6a00a8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/Release-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,17 @@ jobs:
$date_time = (Get-Date).ToString("yyyy-MM-dd-HHmm")
echo "date_time=$date_time" >> $env:GITHUB_ENV
- name: Debug Date Output
shell: pwsh
run: echo $env:date_time

- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.get_date_time.outputs.date_time }}
custom_tag: $env:date_time

- id: create_release
name: Create a Pre-Release with the Build
uses: softprops/[email protected]
with:
name: ChapterMaster-Windows-${{ steps.get_date_time.outputs.date_time }}
tag_name: ${{ steps.get_date_time.outputs.date_time }}
name: ChapterMaster-Windows-$env:date_time
tag_name: $env:date_time
prerelease: true

0 comments on commit a6a00a8

Please sign in to comment.