Skip to content

Commit

Permalink
Merge branch 'master' into 2022.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	ProjectSettings/ProjectVersion.txt
  • Loading branch information
JohannesDeml committed Dec 10, 2022
2 parents 2e16a58 + e8502a3 commit a447d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: set_unity_version
run: |
UNITY_VERSION=$(sed -n 's/^\m_EditorVersion: //p'< ./ProjectSettings/ProjectVersion.txt)
echo "VERSION={$UNITY_VERSION}" >> $GITHUB_OUTPUT
echo "VERSION=$UNITY_VERSION" >> $GITHUB_OUTPUT
- name: Set tag
id: set_tag
Expand Down

0 comments on commit a447d28

Please sign in to comment.