Skip to content

Commit

Permalink
Updating weresk/core to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkalachev committed Oct 26, 2024
1 parent f4ec6dc commit fc6572d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
run: echo "$PNPM_HOME" >> $GITHUB_PATH
env:
PNPM_HOME: ~/.pnpm-store/node_modules/.bin
- name: Turbo lint & build
run: pnpm exec pnpm lint build
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: |
pnpm exec turbo lint
pnpm exec turbo build
pnpm exec changeset publish
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fc6572d

Please sign in to comment.