Skip to content

Commit

Permalink
Version first, then bump and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Aug 7, 2024
1 parent ea1c846 commit d9c5c36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ 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
run: pnpm bump && pnpm build
env:
KEY: ${{ secrets.KEY }}
KEY_PASSPHRASE: ${{ secrets.KEY_PASSPHRASE }}
Expand Down

0 comments on commit d9c5c36

Please sign in to comment.