bump
This commit is contained in:
3
.github/workflows/node-cicd.yml
vendored
3
.github/workflows/node-cicd.yml
vendored
@ -62,7 +62,8 @@ jobs:
|
|||||||
#cd /tmp/deployment
|
#cd /tmp/deployment
|
||||||
npm init --init-module deployment -y
|
npm init --init-module deployment -y
|
||||||
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 }}
|
npm i ${{ steps.info.outputs.package }}
|
||||||
|
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