Skip to content

Commit 1065822

Browse files
ci: updated workflows (#12)
1 parent b90dc39 commit 1065822

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,3 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
# NPM_TOKEN is required for publishing to registry and needs to be provided manually
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
43-
- name: Release
44-
if: steps.changesets.outputs.published != 'true'
45-
timeout-minutes: 15
46-
run: |
47-
yarn release
48-
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Core library for Brif UI.",
55
"type": "module",
66
"sideEffects": false,
7-
"private": true,
87
"devDependencies": {
98
"@brifui/eslint-config": "workspace:*",
109
"@brifui/typescript-config": "workspace:*",

packages/theme/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"theming",
1010
"ui"
1111
],
12-
"private": true,
1312
"license": "MIT",
1413
"publishConfig": {
1514
"access": "public"

0 commit comments

Comments
 (0)