Skip to content

Commit 0932a51

Browse files
committed
load env after checkout
1 parent 66afc87 commit 0932a51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
asset_name: crsqlite-darwin-x86_64.dylib
2626

2727
steps:
28+
- uses: actions/checkout@v3
29+
with:
30+
submodules: true
31+
2832
- name: Load .env file
2933
uses: xom9ikk/dotenv@v2
3034
with:
3135
path: ./
3236
load-mode: strict
3337

34-
- uses: actions/checkout@v3
35-
with:
36-
submodules: true
37-
3838
- name: Rust Nightly
3939
run: |
4040
rustup default nightly

0 commit comments

Comments
 (0)