Skip to content

Commit

Permalink
add release workflow #134
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Jul 18, 2023
1 parent 1d7f50c commit 066a6c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true

0 comments on commit 066a6c2

Please sign in to comment.