Skip to content

Commit 8a6cbbe

Browse files
committed
More fixes to workflow.
1 parent a359a52 commit 8a6cbbe

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/make-release.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,10 @@ jobs:
3232

3333
# we first have to clone the AddOn project, this is a required step
3434
- name: Clone project
35-
uses: actions/checkout@v2 # note: checkout@v2 breaks git history, so generating a changelog and
36-
# file naming for non-tagged builds will not work properly
35+
uses: actions/checkout@v3
36+
with:
37+
fetch-depth: 0 # gets git history for changelogs
3738

3839
# once cloned, we just run the GitHub Action for the packager project
3940
- name: Package and release
4041
uses: BigWigsMods/packager@v2
41-
42-
# another example where we supply additional arguments, this example is specifically to release
43-
# for the Classic version of the game
44-
- name: Package and release for Wrath
45-
uses: BigWigsMods/packager@v2
46-
with:
47-
args: -g wrath
48-

0 commit comments

Comments
 (0)