Skip to content

Commit

Permalink
update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Mar 16, 2024
1 parent 954b0b6 commit 86f4c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:

# we first have to clone the AddOn project, which is simple enough, and is a required step
- name: Clone project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

# retail
- name: Package and release
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

# we first have to clone the AddOn project, which is simple enough, and is a required step
- name: Clone project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

# retail
- name: Package and release
Expand Down

0 comments on commit 86f4c9c

Please sign in to comment.