Skip to content

Commit 5b93bec

Browse files
committed
feat: Modified gitautotag source
1 parent 1c25127 commit 5b93bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git config --global user.name "roerohan"
2929
git fetch --all --tags
3030
31-
wget https://gist.githubusercontent.com/dtiemann83/cfa16ade69a3ea451ad760d4118a9351/raw/a9acae271001f896adbc13d857109b2d192fc878/gitautotag.sh
31+
wget https://gist.githubusercontent.com/roerohan/17e08ee9ed42d97bb841033b038117bd/raw/dfe42b58f0f88e384b40e89e789619574a24de4e/gitautotag.sh
3232
chmod +x ./gitautotag.sh
3333
./gitautotag.sh --minor
3434

0 commit comments

Comments
 (0)