deploy 1.0.0
This commit is contained in:
4
.github/workflows/node-cicd.yml
vendored
4
.github/workflows/node-cicd.yml
vendored
@ -49,8 +49,8 @@ jobs:
|
||||
|
||||
- name: install latest published package
|
||||
run: |
|
||||
mkdir ${{ github.sha }}
|
||||
cd ${{ github.sha }}
|
||||
#mkdir ${{ github.sha }}
|
||||
#cd ${{ github.sha }}
|
||||
echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}"
|
||||
npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} --include prod
|
||||
find . #node_modules/${{ steps.info.outputs.package }}
|
||||
|
||||
Reference in New Issue
Block a user