From a0fa1f430e734641168f1f43f72327a34ca23463 Mon Sep 17 00:00:00 2001 From: Iain Date: Tue, 8 Apr 2025 19:31:53 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ca285f..e3c3b49 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: - master jobs: - build: + release: runs-on: ubuntu-latest permissions: contents: read @@ -31,7 +31,7 @@ jobs: git config --global user.name 'Git bot' git config --global user.email 'bot@noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/CoagulateSL/SLCore - git commit -am "Auto updated submodule references" && git push || echo "No changes to commit" + git commit -am "Updated JavaCore" && git push || echo "No changes to commit"