Skip to content

Commit

Permalink
updated ci to install
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 20, 2023
1 parent 80e5ebe commit cf2fcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature&bugfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm ci
- run: npm install
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 18.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit cf2fcc0

Please sign in to comment.