Skip to content

Commit

Permalink
ci: ignore pacakge-lock.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed May 1, 2023
1 parent 25f5147 commit 2cf200f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@ jobs:
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.releases_created }}
steps:
- name: Build and test
uses: linz/action-typescript@v2
- uses: actions/checkout@v3
with:
package-manager: 'npm'
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'

- run: npm install
- run: npm run build

- name: Publish to NPM
run: npx lerna publish from-package --no-push --no-private --yes
Expand Down

0 comments on commit 2cf200f

Please sign in to comment.