From 611a45bc4b9dea56326a7085f419642de9df3c75 Mon Sep 17 00:00:00 2001 From: Animal <61629960+AnimalStudioOfficial@users.noreply.github.com> Date: Sun, 18 Dec 2022 17:28:14 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08357eb..d17449b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,10 @@ jobs: - name: Build place file run: | rojo build publish.project.json -o Crystal.rbxl - + - name: Publish Knit to Roblox + shell: bash + run: | + remodel run publish.lua - name: Get version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}