Skip to content

Commit

Permalink
modify github actions for publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
davin111 committed Feb 6, 2023
1 parent 2e0906f commit e5e7f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
git config --global user.name 'truffle-kotlin'
git config --global user.email '[email protected]'
git fetch
git checkout master
git add ./gradle.properties
git commit -m "Automated commit by GitHub Actions"
git push

0 comments on commit e5e7f66

Please sign in to comment.