Skip to content

Commit 14426b4

Browse files
committed
chore(workflow): remove README.md copy step from publish workflow output stage
1 parent 0677757 commit 14426b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181

8282
- name: Output published version
8383
run: |
84-
cp README.md packages/video-player/
8584
cd packages/video-player
8685
PUBLISHED_VERSION=$(node -p "require('./package.json').version")
8786
echo "✅ Published @imagekit/video-player@${PUBLISHED_VERSION} with tag: ${{ steps.npm-tag.outputs.tag }}"

0 commit comments

Comments
 (0)