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.
origin
1 parent 8ee0dad commit c93594bCopy full SHA for c93594b
.github/workflows/master.yml
@@ -79,5 +79,5 @@ jobs:
79
if git add --update && git commit --no-edit --allow-empty --message "Set Version: $(cat package/version)"; then
80
git push origin release
81
git tag "v$(cat package/version)" origin/master
82
- git push "v$(cat package/version)"
+ git push origin "v$(cat package/version)"
83
fi
0 commit comments