mirror of https://github.com/coder/code-server.git
Compare commits
No commits in common. "578b5f22c4d90c2377fd70d2ae85b945cc10a50a" and "344df3875fee5979b5fda0c6bf00778d0ef1be48" have entirely different histories.
578b5f22c4
...
344df3875f
|
@ -86,6 +86,7 @@ jobs:
|
|||
run: ./ci/steps/brew-bump.sh
|
||||
|
||||
aur:
|
||||
needs: npm
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
|
|
|
@ -142,8 +142,7 @@ main() {
|
|||
|
||||
# Since the dev builds are scoped to @coder
|
||||
# We pass --access public to ensure npm knows it's not private.
|
||||
cd release
|
||||
npm publish --tag "$NPM_TAG" --access public
|
||||
npm publish --non-interactive release --tag "$NPM_TAG" --access public
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in New Issue