Skip to content

Commit 0dced07

Browse files
committed
Make comment in one line
1 parent 40eae47 commit 0dced07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100
git commit -m "Release v${{ steps.release-changelog.outputs.version }}"
101101
git tag v${{ steps.release-changelog.outputs.version }}
102102
103-
# Publish to NPM first, before pushing to repository
104-
# If this fails, no changes are pushed to the repository, ensuring consistency
103+
# Publish to NPM first, before pushing to repository. If this fails, no changes are pushed to the repository, ensuring consistency
105104
- name: Publish to NPM public repository
106105
run: npm publish --provenance
107106

0 commit comments

Comments
 (0)