mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Set npm token for publishing
This commit is contained in:
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: tar -xzf release-npm-package/package.tar.gz
|
||||||
- run: |
|
- run: |
|
||||||
|
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
||||||
pushd release
|
pushd release
|
||||||
npm publish --access public
|
npm publish --tag latest --access public
|
||||||
|
|
||||||
aur:
|
aur:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user