Skip to content

Commit 3fa4372

Browse files
authored
Update ci.yml
1 parent c96249c commit 3fa4372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
mkdir D:\gotmp
5656
echo $GITHUB_ENV
5757
- name: Deploy using stored timestamp
58-
run: echo "Deploying at $GOMODCACHE $COLOUR"
58+
run: |
59+
echo "Deploying at $GOMODCACHE $COLOUR"
60+
env
61+
echo $GITHUB_ENV
5962
- uses: actions/setup-go@v5
6063
with:
6164
go-version-file: go.mod

0 commit comments

Comments
 (0)