Skip to content

11.5.0

11.5.0 #39

Workflow file for this run

name: release
on: {push: {tags: ['**']}}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4
- run: make lint
- run: make test
- run: make test
- run: make changelog > CHANGELOG.txt
- uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}