Skip to content

Commit ace1c5c

Browse files
committed
miss
1 parent 7fd65dc commit ace1c5c

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)