Skip to content

Commit

Permalink
updated vscode project
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Oct 3, 2024
1 parent 34ce46d commit 1ad7683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
}
]
}
}

0 comments on commit 1ad7683

Please sign in to comment.