Skip to content

Commit 950318e

Browse files
committed
change release action to only run the packager once for all WoW client types since that's valid now
1 parent e7bbde3 commit 950318e

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,10 @@ jobs:
3636
with:
3737
# you can specify how much of the commit history you want to fetch,
3838
# which is useful for controlling the length of the automated changelog
39+
# fetch-depth of 0 gets only the commit history since the last release
3940
fetch-depth: 0
4041

4142
# once cloned, we just run the GitHub Action for the packager project
42-
- name: Package and Release
43-
uses: BigWigsMods/packager@master
44-
45-
# the -g arg releases with all classic tags
4643
# uploading to CurseForge requires the X-Curse-Project-ID field in the toc file, or else no upload
47-
- name: Package and Release for Vanilla Classic
48-
uses: BigWigsMods/packager@master
49-
with:
50-
args: -g classic
51-
52-
- name: Package and Release for Burning Crusade Classic
53-
uses: BigWigsMods/packager@master
54-
with:
55-
args: -g bcc
56-
57-
- name: Package and Release for Wrath of the Lich King Classic
58-
uses: BigWigsMods/packager@master
59-
with:
60-
args: -g wrath
61-
62-
- name: Package and Release for Cataclysm Classic
63-
uses: BigWigsMods/packager@master
64-
with:
65-
args: -g cata
66-
67-
- name: Package and Release for Mists of Pandaria Classic
68-
uses: BigWigsMods/packager@master
69-
with:
70-
args: -g mists
71-
72-
- name: Package and Release for Titan Reforged
73-
uses: BigWigsMods/packager@master
74-
with:
75-
args: -g titan
44+
- name: Package and Release
45+
uses: BigWigsMods/packager@master

0 commit comments

Comments
 (0)