Skip to content

Commit

Permalink
CI: fix daily release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Mar 18, 2024
1 parent bab46d7 commit a175c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
prerelease: ${{ env.IS_DAILY }}
body: |
${{ !env.IS_DAILY && steps.get-changelog.outputs.CHANGELOG || github.event.repository.updated_at }}
tag: ${{ !env.IS_DAILY && github.ref || 'Daily release' }}
tag: ${{ !env.IS_DAILY && github.ref || 'daily_release' }}

- name: Create Release - Windows
uses: svenstaro/[email protected]
Expand All @@ -168,4 +168,4 @@ jobs:
asset_name: MDCx-$tag-${{ matrix.build }}-${{ matrix.arch }}${{ matrix.tail }}.exe
file: dist/MDCx.exe
prerelease: ${{ env.IS_DAILY }}
tag: ${{ !env.IS_DAILY && github.ref || 'Daily release' }}
tag: ${{ !env.IS_DAILY && github.ref || 'daily_release' }}

0 comments on commit a175c97

Please sign in to comment.