Skip to content

Commit b457692

Browse files
committed
cicd
1 parent b76dee8 commit b457692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# 6) npm publish
5151
- name: Deploy
52-
run: npm publish
52+
run: npm publish --tag alpha
5353
env:
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # NPM 토큰
5555

0 commit comments

Comments
 (0)