File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1919 run : |
2020 echo ${{ github.event.inputs.tag }}
2121 echo "NEXT_VERSION=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
22- - name : Create tag
23- uses : actions-ecosystem/action-push-tag@v1
24- env :
25- GITHUB_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
22+ - name : Update version
23+ run : npm version ${{ env.RELEASE_VERSION }}
24+ - name : Update version
25+ uses : reedyuk/npm-version@1.1.1
2626 with :
27- tag : ${{ env.NEXT_VERSION }}
27+ version : ${{ env.RELEASE_VERSION }}
28+ git-tag-version : ' true'
Original file line number Diff line number Diff line change 1717 node-version : 12
1818 registry-url : https://npm.pkg.github.com/
1919 - run : npm ci
20- - name : Update version
21- run : npm version ${{ env.RELEASE_VERSION }}
2220 - name : npm build
2321 run : npm run build
2422 - name : Set up NPM authentication
You can’t perform that action at this time.
0 commit comments