File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - run : git add package.json package-lock.json
2020 - name : Update README.md with new version
2121 run : |
22- sed -i "s|\(uses: forproxyband/vector-code-map@\)v[0-9.]*|\1${{ NPM_PACKAGE_VERSION }}|g" README.md
22+ sed -i "s|\(uses: forproxyband/vector-code-map@\)v[0-9.]*|\1${{ env. NPM_PACKAGE_VERSION }}|g" README.md
2323 - run : git add README.md
2424 - run : |
25- git commit -m "Set version ${ NPM_PACKAGE_VERSION } by ${GITHUB_ACTOR}"
25+ git commit -m "Set version ${{ env. NPM_PACKAGE_VERSION } } by ${GITHUB_ACTOR}"
2626 git push -u origin main
27- git tag -a ${ NPM_PACKAGE_VERSION } -m "Add tag ${NPM_PACKAGE_VERSION}"
28- git push origin ${ NPM_PACKAGE_VERSION }
27+ git tag -a ${{ env. NPM_PACKAGE_VERSION }} -m "Add tag ${{ env. NPM_PACKAGE_VERSION } }"
28+ git push origin ${{ env. NPM_PACKAGE_VERSION } }
2929 env:
3030 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments