Skip to content

Add Gnomeregan to raids in SoD #12

Add Gnomeregan to raids in SoD

Add Gnomeregan to raids in SoD #12

Workflow file for this run

name: Package and release
on:
push:
tags:
- '**'
jobs:
release:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2