File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/create-next-app-with-gluestack-ui Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 - name : Install dependencies (prevent updates to lock file)
2424 run : yarn
2525 - name : Publish to npm
26- id : changesets
27- uses : changesets/action@v1
26+ # id: changesets
27+ # uses: changesets/action@v1
2828 with :
29- publish : yarn release
29+ publish : yarn publish --tag latest --new-version 0.1.18
3030 env :
3131 GITHUB_TOKEN : ${{ secrets.MY_GITHUB_TOKEN }}
3232 NPM_TOKEN : ${{ secrets.GLUESTACK_ADMIN_NPM_TOKEN }}
3333 - name : Post to a Slack channel
3434 id : slack
35- if : steps.changesets.outputs.published == 'true'
35+ # if: steps.changesets.outputs.published == 'true'
3636 uses : slackapi/slack-github-action@v1.23.0
3737 with :
3838 channel-id : C05H3MUMPN3
Original file line number Diff line number Diff line change 1010 " cli"
1111 ],
1212 "description" : " A CLI tool for easily adding components from gluestack-ui to your projects." ,
13- "version" : " 0.1.17-alpha.1 " ,
13+ "version" : " 0.1.18 " ,
1414 "license" : " MIT" ,
1515 "main" : " dist/index.js" ,
1616 "files" : [
You can’t perform that action at this time.
0 commit comments