Skip to content

Commit

Permalink
Merge pull request #15 from microsoft/nikithauc/working-directory-abs…
Browse files Browse the repository at this point in the history
…tractions

Working directory abstractions
  • Loading branch information
nikithauc authored Mar 22, 2022
2 parents b2d8762 + 23c2837 commit 7219e4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/abstractions-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/abstractions
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
Expand All @@ -32,6 +35,9 @@ jobs:
environment:
name: production_feed
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/abstractions
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -41,6 +47,5 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm publish --access public
working-directory: packages/abstractions
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 7219e4a

Please sign in to comment.