From e5e7f66434838223a5f23f39d910b437730d7dfd Mon Sep 17 00:00:00 2001 From: davin111 Date: Mon, 6 Feb 2023 09:02:04 +0100 Subject: [PATCH] modify github actions for publishing release --- .github/workflows/publish-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index aa6dd9c..f668948 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -38,6 +38,8 @@ jobs: run: | git config --global user.name 'truffle-kotlin' git config --global user.email 'truffle-kotlin@wafflestudio.com' + git fetch + git checkout master git add ./gradle.properties git commit -m "Automated commit by GitHub Actions" git push