Skip to content

Commit

Permalink
Merge pull request #427 from ziegenberg/lint-create-release-workflow
Browse files Browse the repository at this point in the history
fix linting errors in create-release GHA workflow
  • Loading branch information
Arnei authored May 24, 2024
2 parents 6ba4688 + 7a8b340 commit e969244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
push:
tags:
- '*-*-*'
- '*-*-*'

name: Create release draft
name: Create release draft

jobs:
build:
Expand Down

0 comments on commit e969244

Please sign in to comment.