Skip to content

Commit a447d28

Browse files
committed
Merge branch 'master' into 2022.2
# Conflicts: # ProjectSettings/ProjectVersion.txt
2 parents 2e16a58 + e8502a3 commit a447d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: set_unity_version
2424
run: |
2525
UNITY_VERSION=$(sed -n 's/^\m_EditorVersion: //p'< ./ProjectSettings/ProjectVersion.txt)
26-
echo "VERSION={$UNITY_VERSION}" >> $GITHUB_OUTPUT
26+
echo "VERSION=$UNITY_VERSION" >> $GITHUB_OUTPUT
2727
2828
- name: Set tag
2929
id: set_tag

0 commit comments

Comments
 (0)