Skip to content

Commit

Permalink
changed pipeline to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirajsubramanian authored and kaustavdm committed Nov 1, 2021
1 parent ed650f5 commit 5325ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 5325ce2

Please sign in to comment.