Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex committed May 29, 2021
1 parent 24aac1a commit 6fad522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,19 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org

- name: Build
- name: Yarn
run: |
yarn
yarn version --no-git-tag-version --new-version ${{ github.event.release.tag_name }}
yarn build
- name: Lint
run: |
yarn lint
- name: Build
run: |
yarn version --no-git-tag-version --new-version ${{ github.event.release.tag_name }}
yarn build
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.AEX_NPM_TOKEN }}
Expand Down

0 comments on commit 6fad522

Please sign in to comment.