Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMidnightOfficial authored Dec 18, 2022
1 parent 3de4127 commit 611a45b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
Expand Down

0 comments on commit 611a45b

Please sign in to comment.