Skip to content

Commit

Permalink
Separate test and release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamun committed Apr 20, 2023
1 parent 9ab5e0c commit b35a29a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

- name: Checkout impl repo
uses: actions/checkout@v2
with:
repository: metaheed/metarx.io
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT. need to generate this key from github personal setting
path: kolle

- name: Maven cache
id: maven-cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#git checkout -b dev
#git push --set-upstream origin dev

release_version="v0.0.037"
release_version="v0.0.038"

#release_version="v$(date +'%Y.%m.%d.%H%M%S')"

echo "##############check out development ######################"

git checkout development
git commit -m "Release new version 0.0.037" -a
git commit -m "Release new version 0.0.038" -a
git merge main
git push

Expand Down

0 comments on commit b35a29a

Please sign in to comment.