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 2eb039f commit 19a03c6Copy full SHA for 19a03c6
.github/workflows/publish-package.yml
@@ -31,9 +31,9 @@ jobs:
31
- run: yarn run build
32
env:
33
NODE_ENV: "production"
34
+ - name: Upgrade npm to latest version
35
+ run: npm install -g npm@latest
36
- name: Publish package
37
run: |
- yarn publish --access public
38
+ npm publish --access public
39
npm dist-tag add @yuito-it/qiita-cli@${RELEASED_PACKAGE_VERSION} fork
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments