Skip to content

Commit

Permalink
fix: minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
beneiltis committed Feb 28, 2024
1 parent 0742aba commit 4af7c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 4af7c88

Please sign in to comment.