Skip to content

Commit

Permalink
Merge branch 'release/v0.25.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 12, 2024
2 parents b6d9ee4 + 0840a91 commit aa7407d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm version
- run: npm install
- run: npm install --force
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.25.2",
"version": "0.25.3",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit aa7407d

Please sign in to comment.