Skip to content

Commit 93ddb9d

Browse files
authored
Merge pull request #37 from gluestack/feat/changeset
fix: testing release flow
2 parents 6555a3a + ae2117b commit 93ddb9d

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
@@ -29,7 +29,7 @@ jobs:
2929
publish: yarn release
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
32-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
NPM_TOKEN: ${{ secrets.GLUESTACK_ADMIN_NPM_TOKEN }}
3333
- name: Post to a Slack channel
3434
id: slack
3535
if: steps.changesets.outputs.published == 'true'

0 commit comments

Comments
 (0)