Skip to content

Commit

Permalink
Merge pull request #82 from refinedmods/chore/GH-78/more-actions
Browse files Browse the repository at this point in the history
chore: update github action version of bumping semver
  • Loading branch information
raoulvdberge authored Dec 25, 2023
2 parents dd2f5b6 + db7e0a7 commit c08a0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
path: ./CHANGELOG.md
- name: Get version number to release (Semver)
if: ${{ github.event.inputs.version-number-override == '' }}
uses: actions-ecosystem/action-bump-semver@v1
uses: cbrgm/semver-bump-action@v1
id: bump-semver
with:
current_version: ${{ steps.changelog.outputs.version }}
level: ${{ github.event.inputs.release-type }}
current-version: ${{ steps.changelog.outputs.version }}
bump-level: ${{ github.event.inputs.release-type }}
- name: Assign version number to release (Semver)
if: ${{ github.event.inputs.version-number-override == '' }}
run: |
Expand Down

0 comments on commit c08a0ba

Please sign in to comment.