Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosgd committed Dec 14, 2023
2 parents 5568379 + 6f9ef0e commit 19e81d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm i && npm run build:npm
run: npm i --force && npm run release
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit 19e81d9

Please sign in to comment.