Skip to content

Commit 2cb4548

Browse files
committed
🔧 ci: update task name
1 parent 3d86afe commit 2cb4548

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: 📝 Generate Changelog
3535
run: gitmoji-changelog
3636

37+
- name: 📝 Commit Changelog Changes
3738
- uses: stefanzweifel/git-auto-commit-action@v4
3839
with:
3940
commit_message: ':pencil2: docs: update changelog'

.releaserc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module.exports = {
1111
}
1212
}
1313
],
14-
'@semantic-release/git',
1514
'@semantic-release/github',
16-
'@semantic-release/npm'
15+
'@semantic-release/npm',
16+
'@semantic-release/git'
1717
]
1818
};

0 commit comments

Comments
 (0)