We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e16a58 + e8502a3 commit a447d28Copy full SHA for a447d28
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
id: set_unity_version
24
run: |
25
UNITY_VERSION=$(sed -n 's/^\m_EditorVersion: //p'< ./ProjectSettings/ProjectVersion.txt)
26
- echo "VERSION={$UNITY_VERSION}" >> $GITHUB_OUTPUT
+ echo "VERSION=$UNITY_VERSION" >> $GITHUB_OUTPUT
27
28
- name: Set tag
29
id: set_tag
0 commit comments