We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a359a52 commit 8a6cbbeCopy full SHA for 8a6cbbe
1 file changed
.github/workflows/make-release.yml
@@ -32,17 +32,10 @@ jobs:
32
33
# we first have to clone the AddOn project, this is a required step
34
- 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
+ uses: actions/checkout@v3
+ with:
37
+ fetch-depth: 0 # gets git history for changelogs
38
39
# once cloned, we just run the GitHub Action for the packager project
40
- name: Package and release
41
uses: BigWigsMods/packager@v2
-
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