Skip to content

Commit

Permalink
remove merge-multiple and release
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Nov 10, 2024
1 parent c7c2041 commit 331fa22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,12 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Download all artifacts
if: steps.changesets.outputs.hasChangesets == 'false'
# if: steps.changesets.outputs.hasChangesets == 'false'
uses: actions/download-artifact@v4
with:
path: packages
pattern: '*-*'
merge-multiple: true

- name: Publish to npm
if: steps.changesets.outputs.hasChangesets == 'false'
# if: steps.changesets.outputs.hasChangesets == 'false'
run: pnpm publish -r

0 comments on commit 331fa22

Please sign in to comment.