Skip to content

Commit e1d4303

Browse files
rewrite esm imports
1 parent 2ed2ed0 commit e1d4303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
if: success() # Only publish if the previous steps were successful
3535
run: |
3636
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
37-
npm version patch
37+
npm version patch --force
3838
npm publish --access public

0 commit comments

Comments
 (0)