Skip to content

Commit 181674d

Browse files
committed
fix: testing release flow
1 parent 7ca787b commit 181674d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: changesets
2727
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 }}

0 commit comments

Comments
 (0)