We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e544bca commit 73a7d41Copy full SHA for 73a7d41
.github/workflows/get_version.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: 🏷 Get and set godot version
24
id: version
25
run: |
26
- VERSION="${{ github.event.pull_request.base.ref || github.base_ref || github.event.release.target_commitish }}"
+ VERSION="${{ github.event.pull_request.base.ref || github.event.release.target_commitish || github.ref_name }}"
27
if [[ $VERSION == "master" ]]; then
28
VERSION="$MASTER_VERSION"
29
echo "We are overwrite master to latest rc version: $VERSION"
0 commit comments