Skip to content

Commit aa099b6

Browse files
committed
fix: testing release flow
1 parent d965129 commit aa099b6

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

.github/workflows/create-next-app-with-gluestack-ui.yml_old renamed to .github/workflows/create-next-app-with-gluestack-ui.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ jobs:
3030
- name: Testing
3131
working-directory: ${{ env.working-directory }}
3232
run: yarn test
33-
# - name: Notify Success
34-
# if: success()
35-
# env:
36-
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37-
# uses: voxmedia/github-action-slack-notify-build@v1
38-
# with:
39-
# channel_id: C05HK6WEE56
40-
# status: SUCCESS by @${{ github.actor}}
41-
# color: good
42-
# - name: Notify Failure
43-
# if: failure()
44-
# env:
45-
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46-
# uses: voxmedia/github-action-slack-notify-build@v1
47-
# with:
48-
# channel_id: C05HK6WEE56
49-
# status: FAILED by @${{ github.actor}}
50-
# color: danger
33+
- name: Notify Success
34+
if: success()
35+
env:
36+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+
uses: voxmedia/github-action-slack-notify-build@v1
38+
with:
39+
channel_id: C05HK6WEE56
40+
status: SUCCESS by @${{ github.actor}}
41+
color: good
42+
- name: Notify Failure
43+
if: failure()
44+
env:
45+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+
uses: voxmedia/github-action-slack-notify-build@v1
47+
with:
48+
channel_id: C05HK6WEE56
49+
status: FAILED by @${{ github.actor}}
50+
color: danger

packages/create-next-app-with-gluestack-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-next-app-with-gluestack-ui
22

3+
## 0.1.19
4+
5+
### Patch Changes
6+
7+
- Testing
8+
39
## 0.1.17-alpha.1
410

511
### Alpha Changes

packages/create-next-app-with-gluestack-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cli"
1111
],
1212
"description": "A CLI tool for easily adding components from gluestack-ui to your projects.",
13-
"version": "0.1.18",
13+
"version": "0.1.19",
1414
"license": "MIT",
1515
"main": "dist/index.js",
1616
"files": [

0 commit comments

Comments
 (0)