Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing authored Nov 6, 2024
1 parent 7ea800a commit e102c7d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: npm publish
run: |
cd ./cli
<<<<<<< HEAD
npm publish
=======
# npm publish -r --tag latest --no-git-checks
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -38,6 +35,4 @@ jobs:
automatic_release_tag: "latest"
prerelease: false
title: "Development Build"


>>>>>>> ebd3558f722176eefe86d8327a07c690ed27016f

0 comments on commit e102c7d

Please sign in to comment.