mirror of
https://github.com/coder/code-server.git
synced 2026-03-30 00:02:16 +08:00
Set npm token for publishing
This commit is contained in:
parent
b5611efe1a
commit
41b0e45f91
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…
x
Reference in New Issue
Block a user