File tree Expand file tree Collapse file tree
packages/tailwindcss-merge Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments