release action

This commit is contained in:
Anton Lavrenov
2023-07-26 12:10:00 -05:00
parent 8e620e1846
commit 830771cc2c
2 changed files with 86 additions and 18 deletions

23
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
---
name: 'tagged-release'
on:
push:
tags:
- '*'
jobs:
tagged-release:
name: 'Tagged Release'
runs-on: 'ubuntu-latest'
steps:
# ...
- name: 'Build & test'
run: |
echo "done!"
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false