Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 22, 2021
1 parent c3d043b commit 4f72d21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Npm Publish

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: npm install and publish
run: |
npm install
npm run test
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tag_name: ${{ github.ref }}
body: |
Please refer to [CHANGELOG.md](https://github.com/anncwb/vite-plugin-theme/blob/main/CHANGELOG.md) for details.
- name: npm install and create changeLog
run: |
npm install
npm run log
# - name: npm install and create changeLog
# run: |
# npm install
# npm run log

0 comments on commit 4f72d21

Please sign in to comment.