Does this one work?

This commit is contained in:
Karma Riuk 2023-08-11 14:18:52 +02:00
parent 5f0185c9a2
commit 0cdbb37368

26
.github/workflows/tagged-release.yml vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: "tagged-release"
on:
push:
tags:
- "v*"
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
files: |
LICENSE.txt
*.jar