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 47025d7 commit 6ff14a5Copy full SHA for 6ff14a5
.github/workflows/ci.yml
@@ -51,18 +51,8 @@ jobs:
51
- name: Build ⚙️
52
run: yarn build
53
54
- - name: Dump GitHub context
55
- env:
56
- GITHUB_CONTEXT: ${{ toJson(github) }}
57
- run: echo "$GITHUB_CONTEXT"
58
-
59
- - name: Dump job context
60
61
- JOB_CONTEXT: ${{ toJson(job) }}
62
- run: echo "$JOB_CONTEXT"
63
64
- name: Publish 📜
65
- if: github.event.type == 'release' && github.event.action == 'published'
+ if: github.event_name == 'release' && github.event.action == 'published'
66
run: yarn publish
67
env:
68
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments