We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36baebc commit 2c6b3e9Copy full SHA for 2c6b3e9
.github/workflows/publish.yml
@@ -24,13 +24,7 @@ jobs:
24
25
- name: Update package.json version from release tag
26
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
+ with:
34
# Optional: Commit the changes back to the repository (defaults to true)
35
commit: false
36
0 commit comments