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 b6edc67 commit 0124119Copy full SHA for 0124119
.github/workflows/npm-publish.yml
@@ -31,17 +31,6 @@ jobs:
31
run_install: true
32
- run: cd packages/react-rough-fiber && pnpm release
33
- name: Publish
34
- run: |
35
- if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
36
- then
37
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
38
- cd packages/react-rough-fiber && npm publish --access public
39
- elif git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+";
40
41
42
- cd packages/react-rough-fiber && npm publish --tag next --access public
43
- else
44
- echo "Not a release, skipping publish"
45
- fi
+ run: ls
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments