Skip to content

Commit

Permalink
Check if version is bumped instead of auto-bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
shadanan committed Jan 9, 2024
1 parent 22995b9 commit ea7a7ef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Ensure version is bumped
uses: del-systems/check-if-version-bumped@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
Expand All @@ -23,12 +25,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: phips28/gh-action-bump-version@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
major-wording: "MAJOR:"
minor-wording: "MINOR:"
- uses: actions/setup-node@v2
with:
node-version: 20.x
Expand Down

0 comments on commit ea7a7ef

Please sign in to comment.