Skip to content

Commit 35f1d65

Browse files
committed
fix: testing release flow
1 parent 181674d commit 35f1d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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:
2929
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

0 commit comments

Comments
 (0)