Skip to content

Commit

Permalink
Update release-djedi-json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg authored Jan 26, 2024
1 parent e3534fa commit bc640d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-djedi-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
paths:
- '.github/workflows/release-djedi-json.yml'
- 'packages/djedi-json/package.json'

jobs:
Expand All @@ -21,7 +22,6 @@ jobs:
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Build package
working-directory: ./packages/djedi-json
run: npm run build
- name: Publish package
uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit bc640d6

Please sign in to comment.