Skip to content

Commit 4723dad

Browse files
authored
Merge pull request #8 from mrseanryan/build/fix-semantic-release-2
build: fix deploy logic
2 parents b0faaae + 98ae8e0 commit 4723dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
yarn tsc
2525
yarn test
2626
- name: Deploy
27-
if: github.ref == 'refs/heads/main' && matrix.node == '12.x'
27+
if: github.ref == 'refs/heads/main' && matrix.node-version == '12.x'
2828
run: npx semantic-release
2929
env:
3030
CI: true

0 commit comments

Comments
 (0)