We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0677757 commit 14426b4Copy full SHA for 14426b4
1 file changed
.github/workflows/publish.yml
@@ -81,7 +81,6 @@ jobs:
81
82
- name: Output published version
83
run: |
84
- cp README.md packages/video-player/
85
cd packages/video-player
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