Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanecc committed May 4, 2024
1 parent 7378772 commit 281805d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build for release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ jobs:
- name: Generate file name
id: get_name
run: |
if (${{ github.event_name }} -eq "release") {
$VERSION = ${{ github.event.release.tag_name }}
if ("${{ github.event_name }}" -eq "release") {
$VERSION = "${{ github.event.release.tag_name }}"
} else {
$VERSION = Get-Date -Format "yyyyMMdd"
}
Expand Down

0 comments on commit 281805d

Please sign in to comment.