Skip to content

Commit

Permalink
But with the right step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Aug 7, 2024
1 parent f1e34ff commit 1e4361c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
# - name: Set up git
# run: |
# git config user.name "github-action[bot]"
# git config user.email "[email protected]"
- name: Tag
run: pnpm version minor
- name: Build
uses: mathieudutour/[email protected]
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 }}
Expand Down

0 comments on commit 1e4361c

Please sign in to comment.