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.
1 parent a246c96 commit 2e5522cCopy full SHA for 2e5522c
.github/workflows/update-luau-version.yml
@@ -25,7 +25,9 @@ jobs:
25
26
- name: Update Luau Version
27
id: update_luau_version
28
- run: echo "LUAU_VERSION=$(scripts/update_luau_and_changelog.py)" >> $GITHUB_OUTPUT
+ run: |
29
+ version=$(scripts/update_luau_and_changelog.py | tr '\n' ' ')
30
+ echo "LUAU_VERSION=$version" >> $GITHUB_OUTPUT
31
32
- name: Create Pull Request
33
id: create_pull_request
0 commit comments