Skip to content

Commit 4d60fbf

Browse files
fix: update publish yaml for submodule checkout (#1535)
1 parent 6ed8641 commit 4d60fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: macos-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
submodules: recursive
1515
token: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)