From 3de8d076182060f2e280e04e75fca1efe668e7de Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sun, 7 Jan 2024 07:04:57 -0500 Subject: [PATCH] fix ci godot version --- .github/workflows/game_ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/game_ci.yml b/.github/workflows/game_ci.yml index 1175dd6..bef77c4 100644 --- a/.github/workflows/game_ci.yml +++ b/.github/workflows/game_ci.yml @@ -1,4 +1,4 @@ -name: "Godot 4.1.2 CI/CD" +name: "Godot 4.2.1 CI/CD" env: GODOT_VERSION: 4.2.1 @@ -15,7 +15,7 @@ jobs: permissions: contents: write container: - image: barichello/godot-ci:4.1.2 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v3 @@ -60,7 +60,7 @@ jobs: contents: write container: - image: barichello/godot-ci:4.1.2 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout @@ -90,7 +90,7 @@ jobs: contents: write container: - image: barichello/godot-ci:4.1.2 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout @@ -166,7 +166,7 @@ jobs: body: | Release notes for ${{env.GitVersion_MajorMinorPatch}} draft: false - prerelease: false + prerelease: true - name: Upload Web Release Asset id: upload-release-asset