Skip to content

Commit 91c3ffb

Browse files
Updated at mar 9 dic 2025, 18:16:07, CET
1 parent 1371804 commit 91c3ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ push:
5959
release: push
6060
@git add .
6161
@git commit -m "Update PHP SDK to version ${VERSION}" || echo "No changes to commit"
62-
@git tag -fa "v${VERSION}" -m "${VERSION}"
62+
@git tag -fa "${VERSION}" -m "${VERSION}"
6363
@git push origin --tags -f

0 commit comments

Comments
 (0)