Skip to content

Commit 427a4f9

Browse files
Fix yaml syntax error
1 parent 0822bf5 commit 427a4f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
run: npm version "${{ steps.get_version.outputs.RELEASE_VERSION }}" --no-git-tag-version
1919
- name: Commit package.json changes
2020
uses: stefanzweifel/git-auto-commit-action@v6
21-
with:
22-
commit_message: "Update package.json version to ${{ steps.get_version.outputs.RELEASE_VERSION }}"
23-
branch: main
21+
with:
22+
commit_message: "Update package.json version to ${{ steps.get_version.outputs.RELEASE_VERSION }}"
23+
branch: main
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:

0 commit comments

Comments
 (0)