We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90eef8c commit fb2533eCopy full SHA for fb2533e
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
retention-days: 1
73
74
- name: Commit changelog
75
- if: github.event_name == 'release'
+ if: false && github.event_name == 'release'
76
run: |
77
sed -i '3i ## Unreleased\n' CHANGELOG.md
78
git checkout main
0 commit comments