Skip to content

Commit 33ee94e

Browse files
committed
chore: Fix CI
1 parent b20eaa8 commit 33ee94e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- '*'
6+
- main
77
tags:
88
- 'v*.*.*'
99

@@ -28,6 +28,11 @@ jobs:
2828
- uses: denoland/setup-deno@v1
2929
with:
3030
deno-version: v1.x
31+
- name: Check environment
32+
run: |
33+
node -v
34+
npm -v
35+
yarn -v
3136
- if: github.ref_type == 'branch'
3237
run: |
3338
jq \

0 commit comments

Comments
 (0)