Skip to content

Commit

Permalink
misc: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodes0 committed Aug 30, 2024
1 parent 664de69 commit 81dc1cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- name: Create package-lock.json
run: echo '{}' > package-lock.json
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: Push tag
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
fetch-tags: true
fetch-depth: 0
submodules: true

- name: Set up Go (local)
if: github.event.local == true
Expand Down

0 comments on commit 81dc1cc

Please sign in to comment.