Skip to content

Commit f0914a2

Browse files
committed
fix: 🐛 publish to github package
1 parent 9cd09db commit f0914a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish To GitHub Package Registry
4343
if: steps.semantic.outputs.new_release_published == 'true'
4444
run: |
45-
sed -i '' 's/\("name"\:[[:space:]]*"\)\(html-to-image"\)/\1@bubkoo\/\2/' package.json
45+
sed -i 's/\("name"\:[[:space:]]*"\)\(html-to-image"\)/\1@bubkoo\/\2/' package.json
4646
npm publish
4747
env:
4848
NODE_AUTH_TOKEN: ${{ env.bot_token }}

0 commit comments

Comments
 (0)