File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Check whether version was bumped in PR
5050 id : actions_project_version_check
51- uses : " thomastay/actions-project-version-check@v2.0.0"
52- with :
53- token : ${{ secrets.GITHUB_TOKEN }}
54- file-to-check : package.json
55- fail-build-if-not-bumped : false
56- target-branch : master
57-
58- - name : " Automated Version Bump"
59- uses : " phips28/gh-action-bump-version@master"
60- if : ${{ steps.actions_project_version_check.outputs.semver == 'no-update' }}
61- with :
62- skip-tag : " true"
63- env :
64- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65-
66- - name : Final check for version bump
6751 uses : " thomastay/actions-project-version-check@v2.0.0"
6852 with :
6953 token : ${{ secrets.GITHUB_TOKEN }}
7054 file-to-check : package.json
7155 fail-build-if-not-bumped : true
72- target-branch : master
56+ target-branch : master
You can’t perform that action at this time.
0 commit comments