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 2ad8714 commit 925c9c4Copy full SHA for 925c9c4
.github/workflows/create-release-pr.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Get current SDK version
36
id: current_version
37
run: |
38
- CURRENT_VERSION=$(grep "bundleVersion:" ProjectSettings/ProjectSettings.asset | sed 's/.*bundleVersion: //')
39
- echo "current=$CURRENT_VERSION" >> $GITHUB_OUTPUT
+ VERSION=$(grep "bundleVersion:" ProjectSettings/ProjectSettings.asset | awk '{print $2}')
+ echo "version=$VERSION" >> $GITHUB_OUTPUT
40
41
- name: Get last release commit
42
id: last_commit
0 commit comments