mirror of
https://github.com/cdr/code-server.git
synced 2026-04-11 17:47:16 +02:00
Set npm token for publishing
This commit is contained in:
parent
b5611efe1a
commit
41b0e45f91
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
|
|
@ -47,8 +47,9 @@ jobs:
|
|||
|
||||
- run: tar -xzf release-npm-package/package.tar.gz
|
||||
- run: |
|
||||
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
||||
pushd release
|
||||
npm publish --access public
|
||||
npm publish --tag latest --access public
|
||||
|
||||
aur:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue