mirror of
https://github.com/Threnklyn/nton.git
synced 2026-06-07 13:43:32 +02:00
Create automated GitHub Release workflow via tags
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
name: cd
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
tagged-release:
|
||||||
|
name: Tagged Release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Deploy release
|
||||||
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
|
with:
|
||||||
|
prerelease: false
|
||||||
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Reference in New Issue
Block a user