Skip to content

Commit

Permalink
Merge pull request #28 from bastelfreak/tomaw
Browse files Browse the repository at this point in the history
Release action: replace create with push
  • Loading branch information
tomaw authored Jul 3, 2024
2 parents 4e2ed25 + dfde288 commit fdafa9e
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
@@ -1,9 +1,9 @@
name: Release

on:
create:
push:
tags:
- v*
- 'v*'

jobs:
release:
Expand Down

0 comments on commit fdafa9e

Please sign in to comment.