We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5832b4f commit 542a20fCopy full SHA for 542a20f
2 files changed
.github/workflows/release.yml
@@ -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
22
+ args: -S
23
SimpleNotes.toc
@@ -1,6 +1,12 @@
-## Interface: 11505
## Title: Simple Notes
+## Notes: Simple Notes is a World of Warcraft addon that allows you to take and save notes for your character.
## Author: rbarbazz
-## Version: 1.0.0
+## Version: @project-version@
+## Interface: 110005
+## Interface-Classic: 11505
+## X-Curse-Project-ID: 1152783
## SavedVariablesPerCharacter: CharacterNotes
SimpleNotes.lua
0 commit comments