We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cda780 commit 0677757Copy full SHA for 0677757
.github/workflows/publish.yml
@@ -71,6 +71,7 @@ jobs:
71
72
- name: Publish to NPM
73
run: |
74
+ cp README.md packages/video-player/
75
cd packages/video-player
76
77
# Publish with the specified tag
@@ -80,6 +81,7 @@ jobs:
80
81
82
- name: Output published version
83
84
85
86
PUBLISHED_VERSION=$(node -p "require('./package.json').version")
87
echo "✅ Published @imagekit/video-player@${PUBLISHED_VERSION} with tag: ${{ steps.npm-tag.outputs.tag }}"
0 commit comments