Skip to content

Commit

Permalink
fix: workflow for new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Dec 11, 2023
1 parent c25fa8e commit fc703bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@gluestack/ui-storybook","benchmark-next", "@gluestack/ui-storybook"]
"ignore": ["@gluestack/ui-storybook", "@gluestack/ui-storybook"]
}
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ jobs:
# }
# PACKAGENAME=$(echo $(_jq '.name'))
# PACKAGEVERSION=$(echo $(_jq '.version'))
<<<<<<< HEAD
# if [ $PACKAGENAME = "@gluestack/ui" ]
=======
# if [ $PACKAGENAME = "@dank-style/storybook" ]
>>>>>>> source-gluestack-style
# then
# echo "::set-output name=version::$PACKAGEVERSION"
# echo "::set-output name=updateStorybook::1"
Expand Down Expand Up @@ -81,10 +77,6 @@ jobs:
# You can pass in multiple channels to post to by providing a comma-delimited list of channel IDs.
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
# For posting a simple plain text message
<<<<<<< HEAD
slack-message: "\n${{ toJSON(steps.changesets.outputs.publishedPackages) }}"
=======
slack-message: "A new package was published in ${{ github.event.repository.name }}!\n${{ toJSON(steps.changesets.outputs.publishedPackages) }}"
>>>>>>> source-gluestack-style
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"private": true,
"workspaces": [
"packages/themed",
"packages/config",
"packages/*",
"packages/unstyled/**",
"packages/react-native-aria/**",
"packages/**",
"example/storybook"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/tabs",
"version": "0.1.15-alpha.0",
"version": "0.1.14",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit fc703bf

Please sign in to comment.