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.
1 parent 3d8e0ad commit 7810e6dCopy full SHA for 7810e6d
.github/workflows/nodejs.yml
@@ -51,13 +51,8 @@ jobs:
51
CI: 'true'
52
CC_SECRET: ${{ secrets.CC_SECRET }}
53
54
- - name: Dump GitHub Context
55
- env:
56
- GITHUB_CONTEXT: ${{ toJson(github) }}
57
- run: echo "$GITHUB_CONTEXT"
58
-
59
- name: Publish GitHub Release and npm Package
60
- if: matrix.os == 'macOS-latest' && github.event_name == 'push' && github.ref == 'master'
+ if: matrix.os == 'macOS-latest' && github.event_name == 'push' && github.ref == 'refs/heads/master'
61
run: bash scripts/deploy.sh
62
env:
63
0 commit comments