Skip to content

Commit

Permalink
Gh action release (#3)
Browse files Browse the repository at this point in the history
* added github actions package and release

* rearranged some lines

* formatting
  • Loading branch information
zahdr authored Jun 16, 2023
1 parent 517d07f commit 3affa75
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Package and release

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Package and release Wrath
uses: BigWigsMods/packager@v2
with:
args: -u -w 0 -a 0 -g wrath -m .pkgmeta

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# vscode
.release
.vscode
1 change: 1 addition & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changelog-title: LootPlanIt
2 changes: 2 additions & 0 deletions LootplanIt.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## Author: haaaz
## Notes: Make Loot Council easy!
## Version: 0.1.0
## DefaultState: enabled
## SavedVariables: LootPlanItDB
## X-Curse-Project-ID: 876058

# Libraries
libs.xml
Expand Down

0 comments on commit 3affa75

Please sign in to comment.