-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mogenius/develop
Feat: Merge Dev To Main.
- Loading branch information
Showing
20 changed files
with
163 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ env: | |
|
||
jobs: | ||
prepare: | ||
runs-on: [self-hosted, X64] | ||
runs-on: [self-hosted, ubuntu-2204-arm64] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
@@ -29,7 +29,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "punq" | ||
git config --global credential.helper cache | ||
semantic-release | ||
npx semantic-release | ||
VERSION=$(git describe --tags $(git rev-list --tags --max-count=1)) | ||
echo "VERSION=$VERSION" >> $GITHUB_ENV | ||
COMMIT_HASH=$(git rev-parse --short HEAD) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ env: | |
|
||
jobs: | ||
prepare: | ||
runs-on: [self-hosted, X64] | ||
runs-on: [self-hosted, ubuntu-2204-arm64] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
@@ -29,7 +29,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "punq" | ||
git config --global credential.helper cache | ||
semantic-release | ||
npx semantic-release | ||
VERSION=$(git describe --tags $(git rev-list --tags --max-count=1)) | ||
echo "VERSION=$VERSION" >> $GITHUB_ENV | ||
COMMIT_HASH=$(git rev-parse --short HEAD) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.