Parcourir la source

chore: update action

tags/v1.6.0
Shivam Mishra il y a 4 ans
committed by GitHub
Parent
révision
40ed23b102
1 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. +1
    -8
      .github/workflows/npm-publish.yml

+ 1
- 8
.github/workflows/npm-publish.yml Voir le fichier

@@ -30,11 +30,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

Chargement…
Annuler
Enregistrer