Skip to content

Commit 1083ec0

Browse files
committed
update prerelease deploy
1 parent 059b5ef commit 1083ec0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy_prerelease.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
CF_API_KEY: ${{ secrets.CF_API_KEY }}
2222
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
2323
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
24-
WOW_CLASSIC_VERSION: ${{ secrets.WOW_CLASSIC_VERSION }}
25-
CF_PROJECT_ID: 26753
26-
WOWI_PROJECT_ID: 23158
2724

2825
# "steps" holds a list of all the steps needed to package and release our AddOn
2926
steps:
@@ -36,11 +33,11 @@ jobs:
3633
- name: Package and release
3734
uses: BigWigsMods/packager@master
3835
with:
39-
args: -p $CF_PROJECT_ID -w $WOWI_PROJECT_ID
36+
args: -p 26753 -w 23158
4037

4138
# another example where we supply additional arguments, this example is specifically to release
4239
# for the Classic version of the game
4340
- name: Package and release for Classic
4441
uses: BigWigsMods/packager@master
4542
with:
46-
args: -g $WOW_CLASSIC_VERSION -p $CF_PROJECT_ID -w $WOWI_PROJECT_ID
43+
args: -g 1.13.5 -p 26753 -w 23158

0 commit comments

Comments
 (0)