Skip to content

Commit 035eb59

Browse files
authored
Merge pull request #33 from gluestack/feat/changeset
fix: testing release flow
2 parents a109699 + cf3d975 commit 035eb59

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.changeset/config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,13 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["next"]
10+
"ignore": [
11+
"next",
12+
"create-expo-app-with-gluestack-ui",
13+
"create-gluestack-v2-app",
14+
"create-rn-app-with-gluestack-ui",
15+
"create-ui-library-with-gluestack-ui",
16+
"gluestack-ui",
17+
"@gluestack/cli-utils"
18+
]
1119
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version: '18.x'
21+
- name: Install dependencies (prevent updates to lock file)
22+
run: yarn
23+
- name: Install dependencies (prevent updates to lock file)
24+
run: yarn
25+
- name: Building
26+
run: yarn build
2127
- name: Publish to npm
2228
id: changesets
2329
uses: changesets/action@v1

0 commit comments

Comments
 (0)