Skip to content

Commit

Permalink
V2 checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
neotron committed Jan 20, 2022
1 parent 7d37e08 commit 1217fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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
uses: actions/checkout@v2 # note: checkout@v2 breaks git history, so generating a changelog and
# file naming for non-tagged builds will not work properly

# once cloned, we just run the GitHub Action for the packager project
Expand Down

0 comments on commit 1217fb1

Please sign in to comment.