We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f305e1 commit 62d6773Copy full SHA for 62d6773
publish.sh
@@ -10,7 +10,7 @@ if git rev-parse "$TAG" >/dev/null 2>&1; then
10
fi
11
12
git tag "$TAG"
13
-git push origin "$VERSION"
+git push origin "$TAG"
14
15
echo "✅ Tagged and pushed FloorIDE version $VERSION"
16
echo "🚀 GitHub Actions will now build and release the app"
0 commit comments