Skip to content

Commit

Permalink
Update package build logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
GurliGebis committed Jul 25, 2024
1 parent 8131f5d commit 698032c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
package:
runs-on: ubuntu-latest

env:
GITHUB_OAUTH: ${{ secrets.TOKEN_FOR_UPLOAD }}

steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Packager
uses: BigWigsMods/packager@master

- name: Create Package
uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CURSEFORGE_API_TOKEN }}
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

11.0.0-20240725-2 (2024-07-25)

- Update package build logic.


11.0.0-20240725-1 (2024-07-25)

- Fixed indexing, since the WoW API now returns pet quality with 0 based indexing.
Expand Down

0 comments on commit 698032c

Please sign in to comment.