Skip to content

Commit

Permalink
Updated TOC number, added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Mar 23, 2022
1 parent 7617802 commit 741ecc9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 15 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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 }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone project
uses: actions/checkout@v1

- name: Package and release
uses: BigWigsMods/packager@v1
with:
args: -g classic
1 change: 0 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ enable-nolib-creation: no

ignore:
- README.md
- .travis.yml
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion AutoLoggerClassic.toc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Interface: 11306
## Interface: 11402
## Title: AutoLoggerClassic
## Notes: Automatically triggers combat logging on and off in raids.
## Author: cloudbells
## Version: @project-version@
## SavedVariablesPerCharacter: ALCOptions
## X-WoWI-ID: 25314
## X-Curse-Project-ID: 341902

# Load libraries.
Libraries\LibStub\LibStub.lua
Expand Down

0 comments on commit 741ecc9

Please sign in to comment.