Skip to content

ops: changing release library to use maintained library (#100) #37

ops: changing release library to use maintained library (#100)

ops: changing release library to use maintained library (#100) #37

Workflow file for this run

---
name: Tag Release
on:
push:
tags:
- "v*.*.*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
# ...
- name: "Build & test"
run: |
echo "done!"
- uses: softprops/action-gh-release@v2
with:
token: "${{ secrets.PAT }}"
repo_token: "${{ secrets.PAT }}"
prerelease: false
files: |
LICENSE.txt
*.jar