Skip to content

Commit 3095364

Browse files
committed
ci: only run markdown replace on release
1 parent 83f5788 commit 3095364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Replace GitHub-specific markdown
3737
run: |
3838
sed -i 's/\[!IMPORTANT\]/### Important 💡/g' README.md
39+
if: ${{ steps.release.outputs.release_created }}
3940

4041
- name: Publish to NPM
4142
run: npm publish

0 commit comments

Comments
 (0)