Skip to content

no longer shows 0/0 completion for dungeons #8

no longer shows 0/0 completion for dungeons

no longer shows 0/0 completion for dungeons #8

Workflow file for this run

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}}