Skip to content

Commit 744cdc7

Browse files
authored
Merge pull request #38 from gluestack/feat/changeset
Feat/changeset
2 parents 93ddb9d + 35f1d65 commit 744cdc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-create-next-app-with-gluestack-ui.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

packages/create-next-app-with-gluestack-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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": [

0 commit comments

Comments
 (0)