[GHA] Add releases.yml - Test

This commit is contained in:
Mitchell Krog 2021-07-05 13:58:34 +02:00
parent b2f046246f
commit 7b63e4a598
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

25
.github/workflows/releases.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: "tagged-release"
on:
push:
tags:
- "V*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
# ...
- name: "Deploy Release"
run: |
echo "done!"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
README.md
LICENSE.md