From 1e4361c1da85781312f551a7def9ace044c95ea4 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Wed, 7 Aug 2024 18:48:02 -0400 Subject: [PATCH] But with the right step --- .github/workflows/build-release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 147f6c4..952e690 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -22,16 +22,16 @@ jobs: cache-dependency-path: pnpm-lock.yaml - name: Install dependencies run: pnpm install - - name: Set up git - run: | - git config user.name "github-action[bot]" - git config user.email "samrichard@google.com" + # - name: Set up git + # run: | + # git config user.name "github-action[bot]" + # git config user.email "samrichard@google.com" - name: Tag - run: pnpm version minor - - name: Build uses: mathieudutour/github-tag-action@v6.2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} + - name: Build + run: pnpm bump && pnpm build env: KEY: ${{ secrets.KEY }} KEY_PASSPHRASE: ${{ secrets.KEY_PASSPHRASE }}