We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181674d commit 35f1d65Copy full SHA for 35f1d65
.github/workflows/release-create-next-app-with-gluestack-ui.yml
@@ -23,16 +23,16 @@ jobs:
23
- name: Install dependencies (prevent updates to lock file)
24
run: yarn
25
- name: Publish to npm
26
- id: changesets
27
- uses: changesets/action@v1
+ # id: changesets
+ # uses: changesets/action@v1
28
with:
29
publish: yarn publish --tag latest --new-version 0.1.18
30
env:
31
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
32
NPM_TOKEN: ${{ secrets.GLUESTACK_ADMIN_NPM_TOKEN }}
33
- name: Post to a Slack channel
34
id: slack
35
- if: steps.changesets.outputs.published == 'true'
+ # if: steps.changesets.outputs.published == 'true'
36
uses: slackapi/slack-github-action@v1.23.0
37
38
channel-id: C05H3MUMPN3
0 commit comments