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 10915be commit 11954e6Copy full SHA for 11954e6
.github/workflows/ci.yml
@@ -33,15 +33,15 @@ jobs:
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34
run: npm run release
35
36
- - name: 🔧 Install Gitmoji Changelog
37
- if: "branch == 'main'"
+ - name: 🔧 Install Gitmoji Changelog
+ if: github.ref == 'refs/heads/main'
38
run: npm i -g gitmoji-changelog
39
40
- name: 📜 Generate Changelog
41
42
run: gitmoji-changelog
43
44
- uses: stefanzweifel/git-auto-commit-action@v4
45
46
with:
47
commit_message: ':memo: docs: update changelog [skip ci]'
0 commit comments