typescript(option): chore: fixed github action config... again
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
068f6ebd50
commit
c226f17987
|
@ -17,6 +17,7 @@ jobs:
|
||||||
# install dependencies and run semantic-release
|
# install dependencies and run semantic-release
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
|
- run: pnpm run build
|
||||||
- run: pnpx semantic-release
|
- run: pnpx semantic-release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue