deploy 1.0.0
This commit is contained in:
2
.github/workflows/node-cicd.yml
vendored
2
.github/workflows/node-cicd.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
cd ${{ github.sha }}
|
cd ${{ github.sha }}
|
||||||
echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}"
|
echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}"
|
||||||
npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} --include prod
|
npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} --include prod
|
||||||
find node_modules/ #${{ steps.info.outputs.package }}
|
find . #node_modules/${{ steps.info.outputs.package }}
|
||||||
echo Done
|
echo Done
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }}
|
NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user