Skip to content

Commit

Permalink
Uncomment publish step in publish github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 26, 2024
1 parent a44add7 commit 646627b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
--tag publish_vite_plugin_vue_examples \
--load \
.
# - name: Publish vite_plugin_vue_examples
# run: |
# docker run -e NPM_AUTH_TOKEN="${{ secrets.NPM_AUTH_TOKEN }}" publish_vite_plugin_vue_examples
- name: Publish vite_plugin_vue_examples
run: |
docker run -e NPM_AUTH_TOKEN="${{ secrets.NPM_AUTH_TOKEN }}" publish_vite_plugin_vue_examples
- name: Tag published version
run: |
version=$(jq -r '.version' package.json)
Expand Down

0 comments on commit 646627b

Please sign in to comment.