Skip to content

Commit 497d12f

Browse files
committed
Fix CI
1 parent 00bc553 commit 497d12f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ jobs:
3232

3333
- run: corepack enable
3434
- run: pnpm install --frozen-lockfile
35+
- run: |
36+
yes | cp -f README.md src/tailwindcss-oklch
3537
- name: Create Release Pull Request or Publish
3638
id: changesets
3739
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
3840
with:
39-
publish: cp README.md src/tailwindcss-oklch; pnpm run release
41+
publish: pnpm run release
4042
env:
4143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)