fix a bug with the title of the changelog popup on a cold login #208
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 Addon | |
on: | |
push: | |
branches: [ main ] | |
tags: [ "*" ] | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
env: | |
CF_API_KEY: ${{ secrets.CF_API_KEY }} | |
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v1 | |
- name: Package and release Wrath | |
uses: BigWigsMods/packager@master | |
with: | |
args: -g wrath |