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"