Skip to content

chore(deps): bump com.bigboxer23:utils from 2.0.38 to 2.0.39 (#96) #22

chore(deps): bump com.bigboxer23:utils from 2.0.38 to 2.0.39 (#96)

chore(deps): bump com.bigboxer23:utils from 2.0.38 to 2.0.39 (#96) #22

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