Skip to content

Commit

Permalink
fix: workflow name don't like github events
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Mar 23, 2024
1 parent 082d675 commit cd86b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-release ${{ github.event.inputs.tag || github.event.release.tag_name }}
name: CI-release

on:
# Release event https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#release
Expand Down

0 comments on commit cd86b4f

Please sign in to comment.