Skip to content

Commit

Permalink
Merge 04ff7b0 into 2007f81
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Nov 16, 2023
2 parents 2007f81 + 04ff7b0 commit 4fb754b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
pull_request:
push:
branches:
- main
Expand All @@ -14,12 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 7
run_install: true

- run: pnpm build
- run: |
pnpm build
node scripts/version.mjs
- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 4fb754b

Please sign in to comment.