client version bump #18
Workflow file for this run
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: 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}" |