Skip to content

Commit 6c7a3d0

Browse files
authored
chore(release): bump version of @halvaradop/tailwindcss-merge@0.1.0 (#97)
1 parent 2e44060 commit 6c7a3d0

2 files changed

Lines changed: 7 additions & 16 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,9 @@ jobs:
4848
steps:
4949
- run: echo "Deploying to development environment"
5050

51-
deploy-to-production:
52-
if: github.event.pull_request.merged == true && github.base_ref == 'master' && startsWith(github.head_ref, 'release/')
53-
runs-on: ubuntu-latest
54-
needs: [build, test]
55-
environment: production
56-
steps:
57-
- uses: actions/checkout@v4
58-
- uses: actions/setup-node@v3
59-
with:
60-
node-version: "18.x"
61-
62-
- name: publish
63-
uses: JS-DevTools/npm-publish@v3
64-
with:
65-
token: ${{ secrets.NPM_TOKEN }}
51+
# deploy-to-production:
52+
# fi: github.event.pull_request.merged == true && github.base_ref == 'master' && startsWith(github.head_ref, 'release/')
53+
# runs-on: ubuntu-latest
54+
# needs: [build, test]
55+
# environment: production
56+
# steps:

packages/tailwindcss-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"publishConfig": {
1616
"access": "public",
17-
"registry": "https://registry.npmjs.org/@halvaradop/tailwindcss-utilities"
17+
"registry": "https://registry.npmjs.org/@halvaradop/tailwindcss-merge"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)