Skip to content

Commit

Permalink
Merge pull request #27 from bastelfreak/gha
Browse files Browse the repository at this point in the history
fix wrong syntax in GitHub actions
  • Loading branch information
ekohl authored Jul 30, 2021
2 parents 0f788fb + 8a89bee commit 1a09fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
create:
ref_type: tag
push:
tags:
- '*'

jobs:
release:
Expand Down

0 comments on commit 1a09fef

Please sign in to comment.