Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Dec 9, 2022
1 parent f2fe819 commit b08353b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:

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

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@v1
uses: BigWigsMods/packager@v2

0 comments on commit b08353b

Please sign in to comment.