Skip to content

Commit 167dc71

Browse files
chore: automated update
1 parent baa155c commit 167dc71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)