Create create-release.yml

This commit is contained in:
Nicola Demo
2022-07-11 17:53:37 +02:00
committed by GitHub
parent 88bd7948c3
commit 87f202cd5d

18
.github/workflows/create-release.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}