no longer shows 0/0 completion for dungeons #8
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 new version of addon to WoW Interface | |
on: | |
workflow_dispatch: | |
# Enables a button to manually run this against the main branch | |
branches: [ main ] | |
push: | |
# Enables automatic deploys off pushes/merges into the main branch | |
branches: [ main ] | |
jobs: | |
build: | |
uses: icbat/wow-addon-github-workflow/.github/workflows/release-wowi.yml@main | |
with: | |
addon_name: Broker_CTA | |
addon_bundled_files: libs/ Broker_CTA.lua Broker.lua Display.lua Localization.lua LICENSE README.md | |
wowi_id: 25623 | |
secrets: | |
wowi_api_token: ${{secrets.WOWI_API_TOKEN}} |