Skip to content

Commit cb60c27

Browse files
authored
Merge pull request #27 from elliott-with-the-longest-name-on-github/patch-1
chore: Maybe fix releases
2 parents e4a7d3c + 968c76e commit cb60c27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Create Release Pull Request or Publish to npm
3636
id: changesets
3737
uses: changesets/action@v1
38+
with:
39+
publish: pnpm build && changeset publish
40+
version: changeset version && pnpm i --no-frozen-lockfile && git add .
3841
env:
3942
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4043
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)