Skip to content

Commit

Permalink
ci: only run markdown replace on release
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Nov 2, 2024
1 parent 83f5788 commit 3095364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Replace GitHub-specific markdown
run: |
sed -i 's/\[!IMPORTANT\]/### Important 💡/g' README.md
if: ${{ steps.release.outputs.release_created }}

- name: Publish to NPM
run: npm publish
Expand Down

0 comments on commit 3095364

Please sign in to comment.