Skip to content

Commit 2c6b3e9

Browse files
committed
Removed un-needed comments.
1 parent 36baebc commit 2c6b3e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ jobs:
2424

2525
- name: Update package.json version from release tag
2626
uses: cssnr/[email protected] # Use the latest version of the action
27-
with:
28-
# Optional: Specify the file containing the version (defaults to package.json)
29-
# file: 'path/to/your/package.json'
30-
31-
# Optional: Specify the field to update (defaults to 'version')
32-
# field: 'myCustomVersionField'
33-
27+
with:
3428
# Optional: Commit the changes back to the repository (defaults to true)
3529
commit: false
3630

0 commit comments

Comments
 (0)