Skip to content

Commit

Permalink
Try another release workflow (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire authored Oct 24, 2023
1 parent e0d9a9a commit 129e658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Release
on:
push:
tags:
- 'v*'
- "v*"

permissions:
contents: write

jobs:
create_release:
Expand Down

0 comments on commit 129e658

Please sign in to comment.