We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f5788 commit 3095364Copy full SHA for 3095364
.github/workflows/release-please.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Replace GitHub-specific markdown
37
run: |
38
sed -i 's/\[!IMPORTANT\]/### Important 💡/g' README.md
39
+ if: ${{ steps.release.outputs.release_created }}
40
41
- name: Publish to NPM
42
run: npm publish
0 commit comments