Skip to content

Commit 542a20f

Browse files
committed
feat: prep for CF release
1 parent 5832b4f commit 542a20f

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
tags:
6+
- '**'
7+
8+
env:
9+
CF_API_KEY: ${{ secrets.CF_API_KEY }}
10+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
11+
12+
jobs:
13+
release:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
19+
20+
- uses: BigWigsMods/packager@v2
21+
with:
22+
args: -S
23+

SimpleNotes.toc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## Interface: 11505
21
## Title: Simple Notes
2+
## Notes: Simple Notes is a World of Warcraft addon that allows you to take and save notes for your character.
33
## Author: rbarbazz
4-
## Version: 1.0.0
4+
5+
## Version: @project-version@
6+
## Interface: 110005
7+
## Interface-Classic: 11505
8+
## X-Curse-Project-ID: 1152783
9+
510
## SavedVariablesPerCharacter: CharacterNotes
11+
612
SimpleNotes.lua

0 commit comments

Comments
 (0)