Skip to content

Commit

Permalink
CI: Run release workflow on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed May 25, 2023
1 parent 32b18e5 commit cc0ca99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Release
on:
release:
types: [created]
push:
tags:
- v*
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc0ca99

Please sign in to comment.