Skip to content

Commit

Permalink
Merge pull request #25 from lookupdaily/fix-publish
Browse files Browse the repository at this point in the history
Fix publish
  • Loading branch information
lookupdaily authored Sep 12, 2024
2 parents 4f36d84 + d75d2c9 commit 5773179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@lookupdaily/styles",
"version": "1.0.2",
"version": "1.0.3",
"description": "My style library and utilities",
"main": "index.css",
"files": [
"src/**/*",
"scss/**/*",
"index.css",
"index.css.map",
"package.json",
Expand Down

0 comments on commit 5773179

Please sign in to comment.