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 2626 id : version
2727 run : |
2828 RELEASE_VERSION=$(npm pkg get version | tr -d '"')
29- if [ "${RELEASE_VERSION}" != "3.2.0 " ]; then
29+ if [ "${RELEASE_VERSION}" != "3.2.1 " ]; then
3030 echo "Provided version does not match package version."
31- echo "package.json version: ${RELEASE_VERSION}, input version: 3.2.0 "
31+ echo "package.json version: ${RELEASE_VERSION}, input version: 3.2.1 "
3232 exit 1
3333 else
3434 echo "Package version is correct: ${RELEASE_VERSION}"
4949 run : |
5050 git config user.name github-actions
5151 git config user.email github-actions@github.com
52- git tag ${{ steps.version.outputs.release_version }} -m "v ${{ steps.version.outputs.release_version }}"
53- git push origin ${{ steps.version.outputs.release_version }}
52+ git tag test ${{ steps.version.outputs.release_version }} -m "v ${{ steps.version.outputs.release_version }}"
53+ git push origin test ${{ steps.version.outputs.release_version }}
You can’t perform that action at this time.
0 commit comments