Skip to content

Commit

Permalink
ci: default to tag names of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Dec 25, 2024
1 parent 20ed325 commit cf264ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event_name == 'workflow_dispatch' && '' || github.ref }}
name: Release ${{ github.event_name == 'workflow_dispatch' && 'main' || github.ref }}
draft: true
body: ${{ steps.git-cliff.outputs.content }}
prerelease: false
Expand Down

0 comments on commit cf264ac

Please sign in to comment.