File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 uses : ./.github/workflows/w-deploy-npm.yml
1111 with :
1212 checkout_ref : ${{ github.event.release.target_commitish }}
13- tag_name : ${{ github.event.release.tag_name }}
13+ tag : ${{ github.event.release.name }}
1414 secrets :
1515 NPM : ${{ secrets.NPM_TOKEN }}
1616 GITHUB : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77 type : string
88 required : true
99 tag_name :
10- type : string
11- required : true
12- tag :
1310 type : string
1411 default : latest
1512 required : false
13+ tag :
14+ type : string
15+ required : true
1616 secrets :
1717 NPM :
1818 required : true
3232 - run : |
3333 git config --global user.name "RNB Bot"
3434 git config --global user.email "[email protected] " 35- npm --no-git-tag-version version ${{ inputs.tag_name }}
35+ npm --no-git-tag-version version ${{ inputs.tag }}
3636 - name : Install dependencies
3737 run : |
3838 if [ -e yarn.lock ]; then
4545 - name : Commit and push
4646 run : |
4747 git add .
48- git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag_name }}"
48+ git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag }}"
4949 git push
5050 env :
5151 github-token : ${{ secrets.GITHUB }}
You can’t perform that action at this time.
0 commit comments