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 ec7c57a commit f16db3fCopy full SHA for f16db3f
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: npm publish --workspaces --access public
53
env:
54
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
55
- name: Setup GitHub CI Node.js environment
+ - name: Setup GitHub CI Node.js environment
56
if: github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
57
uses: actions/setup-node@v2
58
with:
0 commit comments