Skip to content

Commit df4a7e2

Browse files
committed
yaml
1 parent 822ba05 commit df4a7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
buildNumber: ${{ steps.calculate_version.outputs.previous_tag }}
132132

133133
assetlib:
134-
if: "github.ref == 'refs/heads/main' && github.event.head_commit.message == ${{ env.RELEASE_COMMIT_MESSAGE }}"
134+
if: "github.ref == 'refs/heads/main' && github.event.head_commit.message == env.RELEASE_COMMIT_MESSAGE"
135135
runs-on: ubuntu-latest
136136
needs: release
137137
name: Godot AssetLib

0 commit comments

Comments
 (0)