We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0faaae + 98ae8e0 commit 4723dadCopy full SHA for 4723dad
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
yarn tsc
25
yarn test
26
- name: Deploy
27
- if: github.ref == 'refs/heads/main' && matrix.node == '12.x'
+ if: github.ref == 'refs/heads/main' && matrix.node-version == '12.x'
28
run: npx semantic-release
29
env:
30
CI: true
0 commit comments