diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fa56124..6337d0a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -23,8 +23,8 @@ { "label": "Make a tag and push to GH", "type": "shell", - "command": "git tag -f v$(date +%Y%m%d); git push -u origin HEAD; git push --tags --force origin HEAD", + "command": "git tag -f v$(date +%Y%m%d); git push -u origin HEAD; git push --tags origin HEAD", "problemMatcher": [], } ] -} \ No newline at end of file +}