Skip to content

Commit 924d2ef

Browse files
Merge pull request #2 from Codegyan-LLC/dev
v1.0.5.1
2 parents 35de513 + 1581849 commit 924d2ef

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- name: Bump version
3333
id: version
3434
run: |
35+
# Author identity
36+
git config user.name "github-actions[bot]"
37+
git config user.email "github-actions[bot]@users.noreply.github.com"
38+
3539
# Bump patch version (you can change to minor/major if needed)
3640
NEW_VERSION=$(npm version patch -m "chore(release): v%s [skip ci]")
3741
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codegyan-log-colorify",
3-
"version": "1.0.5",
3+
"version": "1.0.5.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)