Skip to content

Commit 62d6773

Browse files
committed
Fixed bash script
1 parent 5f305e1 commit 62d6773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if git rev-parse "$TAG" >/dev/null 2>&1; then
1010
fi
1111

1212
git tag "$TAG"
13-
git push origin "$VERSION"
13+
git push origin "$TAG"
1414

1515
echo "✅ Tagged and pushed FloorIDE version $VERSION"
1616
echo "🚀 GitHub Actions will now build and release the app"

0 commit comments

Comments
 (0)