Skip to content

Commit

Permalink
still prepare npm release just dont sync it
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 22, 2024
1 parent 734e036 commit 5b43d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
run: npm run lint
- name: Run unit tests
run: npm run test:unit
- name: Prepare Release
uses: lando/prepare-release-action@v3
with:
lando-plugin: true
sync: false

# Deploy
- name: Publish to npm
Expand Down

0 comments on commit 5b43d3a

Please sign in to comment.