Skip to content

Commit

Permalink
Alter MD copy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed May 2, 2024
1 parent e3fa59c commit 3393149
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ jobs:

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

0 comments on commit 3393149

Please sign in to comment.