Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed May 2, 2024
1 parent 00bc553 commit 497d12f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:

- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: |
yes | cp -f README.md src/tailwindcss-oklch
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
with:
publish: cp README.md src/tailwindcss-oklch; pnpm run release
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 497d12f

Please sign in to comment.