Skip to content

Commit

Permalink
added show-file debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 16, 2023
1 parent ab3126b commit 7b40ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event_name == 'workflow_dispatch' && '' || github.ref }}
release_name: ${{ github.event_name == 'workflow_dispatch' && 'Development build' || format('Release {}, github.ref)' }}
release_name: Build ${{ github.event_name == 'workflow_dispatch' && 'development' || github.ref }}
draft: ${{ github.event_name == 'workflow_dispatch' }}
prerelease: true

0 comments on commit 7b40ce7

Please sign in to comment.