Skip to content

Commit

Permalink
Switch to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Apr 10, 2021
1 parent a3dead5 commit a0d4cd8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 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 }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v1
- name: Package and release
uses: BigWigsMods/packager@master
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions REFlex.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## X-Website: https://www.curseforge.com/wow/addons/reflex-battleground-historian
## X-Curse-Project-ID: 28545
## X-WoWI-ID: 19190
## X-Wago-ID: vEGPQRN1

TaintLess.xml
Embeds.xml
Expand Down

0 comments on commit a0d4cd8

Please sign in to comment.