Skip to content

bump toc

bump toc #11

Workflow file for this run

name: Package addon
on:
push:
tags:
- '*'
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout addon
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Package
uses: BigWigsMods/packager@master