Skip to content

Commit f58a76a

Browse files
committed
format
1 parent 8f03acc commit f58a76a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545
# Get current version
4646
CURRENT_VERSION=$(node -p "require('./package.json').version")
4747
echo "Current version: $CURRENT_VERSION"
48-
48+
4949
# Bump patch version
5050
npm version patch --no-git-tag-version
51-
51+
5252
# Get new version
5353
NEW_VERSION=$(node -p "require('./package.json').version")
5454
echo "New version: $NEW_VERSION"
55-
55+
5656
# Commit the version bump
5757
git add package.json
5858
git commit -m "chore: bump version to $NEW_VERSION [skip publish]"
59-
59+
6060
# Push the changes
6161
git push origin main
6262

0 commit comments

Comments
 (0)