Skip to content

Commit

Permalink
chore: update release workflow and script
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Oct 5, 2024
1 parent 7e3959d commit 52ef640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run lint
run: pnpm run lint
- name: Run build
run: pnpm run build
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for PKG in packages/* ; do
continue
fi
pushd $PKG
echo "Publishing $PKG...."
echo "Publishing $PKG ..."
cp ../../LICENSE .
pnpm publish --access public --no-git-checks
popd > /dev/null
Expand Down

0 comments on commit 52ef640

Please sign in to comment.