1
Fork 0

typescript(option): chore: fixed github action config... again

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-19 14:10:32 +02:00 committed by prescientmoon
parent 068f6ebd50
commit c226f17987
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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 }}