Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Update publish-alpha.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh authored Dec 13, 2023
1 parent 5e973bc commit a43e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: './.github/actions/setup'

- name: 'Generate package.json'
run: pnpm config:prerelease -- ${{ needs.setup.outputs.version }}
run: npm run config:prerelease -- ${{ needs.setup.outputs.version }}

- name: 'Pack npm package'
run: pnpm pack
Expand Down

0 comments on commit a43e646

Please sign in to comment.