Skip to content

Commit

Permalink
user proper constants pool
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Apr 13, 2023
1 parent 6f2d880 commit 2e24f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:

- name: Commit version code changes
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
git config --global user.name "${{ secrets.CI_COMMIT_AUTHOR }}"
git config --global user.email "${{ secrets.CI_COMMIT_EMAIL }}"
git commit version.properties -m "update version properties"
git push
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version.code=308
version.code=309

0 comments on commit 2e24f10

Please sign in to comment.