Skip to content

Commit

Permalink
feat: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Jun 2, 2022
1 parent 6d7d10a commit 6450ea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd ../..
- name: Build # build npm
run: node ./helper/build.js ${{ steps.version.outputs.version }}
run: node ./helper/scripts/build.js ${{ steps.version.outputs.version }}

- name: Test # test
run: node ./helper/test/index.js
Expand All @@ -71,9 +71,9 @@ jobs:
- name: Publish # npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
run: node ./helper/publish.js
run: node ./helper/scripts/publish.js

- name: Purge # purge cdn
run: |
node ./helper/purge-cdn.js
node ./helper/purge-docs.js
node ./helper/scripts/purge-cdn.js
node ./helper/scripts/purge-docs.js

0 comments on commit 6450ea5

Please sign in to comment.