Bump TOC version for 11.0.2 #68
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
# GitHub releases are created when a tag is pushed | |
push: | |
tags: | |
- '**' | |
# Can also run manually | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: WoW Packager | |
uses: BigWigsMods/packager@v2 | |
env: | |
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} | |
#CF_API_KEY: ${{ secrets.CF_API_KEY }} | |
#WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }} |