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

Commit

Permalink
chore(CI) Fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielboliveira authored Oct 23, 2022
1 parent 56f6876 commit ca54dc6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build, lint and test
run: |
yarn build
yarn lint
yarn test
- name: Build
run: yarn build

# - name: Release to npm
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Release to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ca54dc6

Please sign in to comment.