Skip to content

Commit

Permalink
ci: ci without force
Browse files Browse the repository at this point in the history
  • Loading branch information
LabEG committed Jun 2, 2024
1 parent cab2697 commit dc215e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- run: git config --global user.email "labeg@mail.ru"
- run: git config --global user.name "Eugene Labutin"
- run: npm ci --force # force because conflict typescript-eslint/parser version, check and remove later
- run: npm ci
- run: npm run release
- run: git push && git push --tags
- run: npm publish --access public
Expand Down

0 comments on commit dc215e0

Please sign in to comment.