Skip to content

Commit

Permalink
Merge pull request #384 from dex4er/goreleaser-on-tags
Browse files Browse the repository at this point in the history
CI: Run release workflow on tags
  • Loading branch information
justjanne authored May 25, 2023
2 parents 32b18e5 + cc0ca99 commit df3475d
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 df3475d

Please sign in to comment.