Skip to content

Commit

Permalink
fix: ugly hack to bypass packager checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Nov 3, 2021
1 parent 67fc562 commit e5b94fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# fetch tag so release script realizes we're safe to release
- run: git fetch origin v${{ steps.semantic.outputs.new_release_version }}
if: steps.semantic.outputs.new_release_published == 'true'
- name: Curseforge TBC
if: steps.semantic.outputs.new_release_published == 'true'
uses: BigWigsMods/packager@master
env:
package: LibEventSourcing
CF_API_KEY: ${{ secrets.CURSEFORGE_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: v${{ steps.semantic.outputs.new_release_version }}
with:
args: "-c -o -e -u -g bcc -r ."
- name: Curseforge Classic
Expand All @@ -59,5 +58,6 @@ jobs:
package: LibEventSourcing
CF_API_KEY: ${{ secrets.CURSEFORGE_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: v${{ steps.semantic.outputs.new_release_version }}
with:
args: "-c -o -e -u -g classic -r ."

0 comments on commit e5b94fa

Please sign in to comment.