Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Nov 3, 2021
1 parent c0a7cd7 commit 93e0fb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: npm ci
- name: Install builder
run: sudo npm install typescript eslint -g
- name: Run linter
run: npm run lint
- name: Run builder
Expand Down Expand Up @@ -89,6 +87,6 @@ jobs:
with:
registry-url: "https://registry.npmjs.org"
- name: Publish package to NPM
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 93e0fb1

Please sign in to comment.