Skip to content

Commit df6184b

Browse files
authored
Merge pull request #2 from EnzoVezzaro/development
forcing patch update version
2 parents e590f7c + 9cf2a21 commit df6184b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
git config --global user.email "[email protected]"
2020
git config --global user.name "GitHub Actions"
21-
npm version patch
21+
npm version --force patch
2222
git add package.json package-lock.json
2323
git commit -m "Bumped version in package.json"
2424
git push

0 commit comments

Comments
 (0)