diff options
| author | Mihai Parparita <mihai@tailscale.com> | 2023-03-31 14:30:34 -0700 |
|---|---|---|
| committer | Mihai Parparita <mihai.parparita@gmail.com> | 2023-03-31 14:43:59 -0700 |
| commit | 38bbb30aaf8fbf2452cda2054bfff45b2d1cb418 (patch) | |
| tree | 9f88f222719e38188295e867737f63b4759184a4 /.github/workflows | |
| parent | f4da995940ea13bda69979ec1a07251c6b757c5d (diff) | |
| download | tailscale-38bbb30aaf8fbf2452cda2054bfff45b2d1cb418.tar.xz tailscale-38bbb30aaf8fbf2452cda2054bfff45b2d1cb418.zip | |
.github/workflows: remove tsconnect-pkg-publish.yml
Moved to the corp repo with tailscale/corp#7990
Updates tailscale/corp#10165
Signed-off-by: Mihai Parparita <mihai@tailscale.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tsconnect-pkg-publish.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/tsconnect-pkg-publish.yml b/.github/workflows/tsconnect-pkg-publish.yml deleted file mode 100644 index 9fa3fec28..000000000 --- a/.github/workflows/tsconnect-pkg-publish.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: "@tailscale/connect npm publish" - -on: workflow_dispatch - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up node - uses: actions/setup-node@v3 - with: - node-version: "16.x" - registry-url: "https://registry.npmjs.org" - - - name: Build package - # Build with build_dist.sh to ensure that version information is embedded. - # GOROOT is specified so that the Go/Wasm that is trigged by build-pk - # also picks up our custom Go toolchain. - run: | - export TS_USE_TOOLCHAIN=1 - ./build_dist.sh tailscale.com/cmd/tsconnect - GOROOT="${HOME}/.cache/tailscale-go" ./tsconnect build-pkg - - - name: Publish - env: - NODE_AUTH_TOKEN: ${{ secrets.TSCONNECT_NPM_PUBLISH_AUTH_TOKEN }} - run: ./tool/yarn --cwd ./cmd/tsconnect/pkg publish --access public |
