Skip to content

Commit 6a50705

Browse files
author
angtay
committed
Don't auto-bump
1 parent d113496 commit 6a50705

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,9 @@ jobs:
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

0 commit comments

Comments
 (0)