We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042f309 commit 69db753Copy full SHA for 69db753
.github/workflows/main.yml
@@ -27,11 +27,11 @@ jobs:
27
28
# "steps" holds a list of all the steps needed to package and release our AddOn
29
steps:
30
-
31
# we first have to clone the AddOn project, this is a required step
32
- name: Clone project
33
- uses: actions/checkout@v2 # note: checkout@v2 breaks git history, so generating a changelog and
34
- # file naming for non-tagged builds will not work properly
+ uses: actions/checkout@v3
+ with:
+ fetch-depth: 0 # gets git history for changelogs
35
36
# once cloned, we just run the GitHub Action for the packager project
37
- name: Package and release
0 commit comments