Skip to content

chore(dev): Blizz API grand child sub menus hint #57

chore(dev): Blizz API grand child sub menus hint

chore(dev): Blizz API grand child sub menus hint #57

Workflow file for this run

name: Release Titan [Reputation Continued]
# triggers when pushing a tag
on:
push:
tags:
- "**"
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
# WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
# for github releases, this secret is automatically provided to the workflow
# this must be explicitly configured with read-write permissions on the repository
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
jobs:
release: # "release" is a job, you can name it anything you want
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # reads history for commit changelog
- uses: BigWigsMods/packager@v2