We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea4779 commit 9ff31dfCopy full SHA for 9ff31df
.github/workflows/tag-version.yml
@@ -43,4 +43,4 @@ jobs:
43
git tag -a "${tag}" -m"Version ${version}";
44
git push origin "${tag}"
45
46
- echo "Tagged: ${tag}"
+ echo "Tagged and pushed: ${tag}"
0 commit comments