Skip to content

Merge pull request #371 from jadefish/fix-for-cata-classic #19

Merge pull request #371 from jadefish/fix-for-cata-classic

Merge pull request #371 from jadefish/fix-for-cata-classic #19

Workflow file for this run

name: Package and release
on:
push:
tags:
- '**'
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
steps:
# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v2
with:
fetch-depth: 0 # gets git history for changelogs
- name: Package and release for WotLK Classic
uses: BigWigsMods/packager@v2
with:
args: -g wrath -n "{package-name}-{project-version}"