Skip to content

Commit 0c90e24

Browse files
committed
miss
1 parent a593a29 commit 0c90e24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ jobs:
3636
run: npm install -g npm@latest
3737
- name: Publish package
3838
run: |
39-
npm publish --access public
40-
npm dist-tag add @yuito-it/qiita-cli@${RELEASED_PACKAGE_VERSION} fork
39+
npm publish --access public --tag fork

0 commit comments

Comments
 (0)