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.
2 parents 88f9d4b + 2c6b3e9 commit e09b04bCopy full SHA for e09b04b
.github/workflows/publish.yml
@@ -22,6 +22,15 @@ jobs:
22
registry-url: 'https://registry.npmjs.org'
23
cache: 'npm'
24
25
+ - name: Update package.json version from release tag
26
+ uses: cssnr/update-version-tags-action@v1.2.0 # Use the latest version of the action
27
+ with:
28
+ # Optional: Commit the changes back to the repository (defaults to true)
29
+ commit: false
30
+
31
+ # Optional: Push the changes back to the repository (defaults to true)
32
+ push: false
33
34
# Ensure npm 11.5.1 or later is installed
35
- name: Update npm
36
run: npm install -g npm@latest
0 commit comments