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 bbf5bb4 commit 3d8e0adCopy full SHA for 3d8e0ad
.github/workflows/nodejs.yml
@@ -51,6 +51,11 @@ 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'
61
run: bash scripts/deploy.sh
0 commit comments