From 5325ce262c678604b0283349f90fbd67e948204e Mon Sep 17 00:00:00 2001 From: Raviraj Subramanian Date: Fri, 29 Oct 2021 15:40:30 +0530 Subject: [PATCH] changed pipeline to self-hosted --- .github/workflows/release-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 3582689..31eaeec 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -4,7 +4,7 @@ on: types: [created] jobs: build: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux] steps: - uses: actions/checkout@v2 # Setup .npmrc file to publish to npm @@ -17,7 +17,7 @@ jobs: - name: Run linter run: npm run lint - name: Build the library - run: npm run build + run: npm run build:lib - name: Publish to NPM run: npm run dopublish env: