Skip to content

Commit

Permalink
Update TOC and add GHA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Nov 4, 2021
1 parent a0bb2c2 commit 46c4e45
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-curseforge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy to Curseforge

on:
push:
branches:
- master
tags:
- "*"

jobs:
build:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Package and Release
uses: BigWigsMods/packager@master
2 changes: 1 addition & 1 deletion Scoreboard.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90100
## Interface: 90105
## Title: Scoreboard
## Notes: A customizable data broker for displaying player currencies
## Author: solocommand
Expand Down

0 comments on commit 46c4e45

Please sign in to comment.