We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822ba05 commit df4a7e2Copy full SHA for df4a7e2
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
buildNumber: ${{ steps.calculate_version.outputs.previous_tag }}
132
133
assetlib:
134
- if: "github.ref == 'refs/heads/main' && github.event.head_commit.message == ${{ env.RELEASE_COMMIT_MESSAGE }}"
+ if: "github.ref == 'refs/heads/main' && github.event.head_commit.message == env.RELEASE_COMMIT_MESSAGE"
135
runs-on: ubuntu-latest
136
needs: release
137
name: Godot AssetLib
0 commit comments