Skip to content

Commit

Permalink
fix release lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Feb 15, 2024
1 parent 7f71047 commit 7e776b6
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
pull_request:
types: [labeled, unlabeled]
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -69,7 +73,7 @@ jobs:
id: changesets
with:
publish: npx changeset publish
version: npx changeset version ${{ steps.apirelease.outputs.ignore_release_args }}
version: npx changeset version ${{ steps.apirelease.outputs.ignore_release_args }} && npm i --package-lock-only
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
139 changes: 133 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e776b6

Please sign in to comment.