зеркало из https://github.com/github/combobox-nav.git
Install latest node for publish only
This commit is contained in:
Родитель
8edb9bfc58
Коммит
7ce92dbf76
|
@ -18,12 +18,12 @@ jobs:
|
|||
node-version: 18
|
||||
registry-url: https://registry.npmjs.org/
|
||||
cache: npm
|
||||
- run: npm install -g npm@latest
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- run: npm version ${TAG_NAME} --git-tag-version=false
|
||||
env:
|
||||
TAG_NAME: ${{ github.event.release.tag_name }}
|
||||
- run: npm install -g npm
|
||||
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
||||
|
|
Загрузка…
Ссылка в новой задаче