Skip to content

Commit 91baf2c

Browse files
authored
chore: Use forked version of git-semver (#12)
Signed-off-by: Roger Barker <[email protected]>
1 parent 7ede9a8 commit 91baf2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# setup-git-semver
22

33
A GitHub Action to set up the [git-semver](https://github.com/PSanetra/git-semver) tool in your GitHub workflows. This action installs and configures `git-semver` for versioning and semantic versioning tasks, allowing you to use it seamlessly in your CI/CD pipeline.
4+
The latest version uses [andrewb1269hg/git-semver](https://github.com/andrewb1269hg/git-semver)
45

56
## Usage
67

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
run: |
2525
if [[ "${{ inputs.version }}" == "latest" ]]; then
2626
# clone the latest version
27-
git clone https://github.com/PSanetra/git-semver.git
27+
git clone https://github.com/andrewb1269hg/git-semver.git
2828
else
2929
# clone the specified version
3030
git clone --branch ${{ inputs.version }} https://github.com/PSanetra/git-semver.git

0 commit comments

Comments
 (0)