Skip to content

Commit e09b04b

Browse files
authored
Merge pull request #3 from sourceallies/update-package-version
Update package version.
2 parents 88f9d4b + 2c6b3e9 commit e09b04b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323
cache: 'npm'
2424

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: 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+
2534
# Ensure npm 11.5.1 or later is installed
2635
- name: Update npm
2736
run: npm install -g npm@latest

0 commit comments

Comments
 (0)