0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 18:38:57 +01:00

Update npm-publish.yml

This commit is contained in:
Lipis 2023-11-06 23:18:22 +02:00 committed by GitHub
parent daff47024c
commit 245f8d4b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test
- run: yarn
- run: yarn test
publish-npm:
needs: build
@ -27,7 +27,7 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: yarn
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}