Change ci command

This commit is contained in:
René Preuß
2023-09-12 11:24:50 +02:00
parent 0b3479ac01
commit ef07ddb80e

View File

@@ -17,6 +17,6 @@ jobs:
scope: '@bitinflow' scope: '@bitinflow'
- run: yarn install - run: yarn install
- run: yarn ci - run: yarn ci
- run: yarn npm publish - run: yarn publish
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}