From afbb9cdf0261c35fcd4c6423096fbecaa482f704 Mon Sep 17 00:00:00 2001 From: pinpong Date: Thu, 2 Oct 2025 14:28:24 +0700 Subject: [PATCH 1/2] fix: release --- .github/workflows/release.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce81abd..83e26ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,21 +8,8 @@ permissions: contents: read jobs: - build-library: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v5.0.0 - - - name: Setup - uses: ./.github/actions/setup - - - name: Build package - run: yarn build - release: runs-on: ubuntu-latest - needs: [build-library] permissions: id-token: write contents: write @@ -38,6 +25,9 @@ jobs: - name: Setup uses: ./.github/actions/setup + - name: Build package + run: yarn build + - name: Build tarball run: | mkdir -p release From e67d939e23a8db82432334c767f780ebe2320d6c Mon Sep 17 00:00:00 2001 From: pinpong Date: Thu, 2 Oct 2025 14:31:41 +0700 Subject: [PATCH 2/2] chore: format --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83e26ff..804ea2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,6 @@ jobs: - name: Run semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# TODO: remove NPM_TOKEN + # TODO: remove NPM_TOKEN NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: yarn release