quotes?????

This commit is contained in:
Bryce Thorup
2024-01-01 15:44:55 -07:00
parent 21e60682e4
commit 2caff6013c

View File

@@ -10,4 +10,4 @@ jobs:
steps:
- name: reset version tag
run: git tag -d v1 && git push --delete origin v1 && git tag v1 && git push --tags
run: "git tag -d v1 && git push --delete origin v1 && git tag v1 && git push --tags"