ci: testing npm 3x

This commit is contained in:
EvolutionX
2022-06-22 12:49:07 +05:30
parent a97bfdf9ee
commit d78c20a491

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
Build:
Publish:
name: Building
runs-on: ubuntu-latest
@@ -27,13 +27,8 @@ jobs:
- name: Test Sern
run: sern
Publish:
name: Publishing to npm
runs-on: ubuntu-latest
needs: [Build]
steps:
- name: Publish to npm
run: npm publish ../ --dry-run
run: npm publish --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}