Skip to content

Commit

Permalink
added github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Nov 3, 2023
1 parent 16e1505 commit f55db79
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Releases

on:
push:
tags:
- '*'

jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
draft: true

0 comments on commit f55db79

Please sign in to comment.