Skip to content

Commit

Permalink
Merge pull request #55 from crswll/fix-publish-action
Browse files Browse the repository at this point in the history
  • Loading branch information
crswll authored May 5, 2024
2 parents 54838d1 + 141aa4c commit 5afb620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20.x'
- run: npm ci
- run: npm test
- uses: pascalgn/npm-publish-action@1.3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20.x'
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-theme-swapper",
"version": "0.11.2",
"version": "0.11.3",
"main": "src/index.js",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 5afb620

Please sign in to comment.