Skip to content

fix: changing artifact casing (#18) #4

fix: changing artifact casing (#18)

fix: changing artifact casing (#18) #4

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.GH_PAT_FOR_ACTIONS_TOKEN }}"
prerelease: false
files: |
LICENSE.txt
*.jar