Skip to content

Commit ea80095

Browse files
authored
Release workflow trouble shooting (uswds#218)
* update release workflow * formatting
1 parent 4333913 commit ea80095

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.changeset/pre.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"initialVersions": {
55
"@uswds/elements": "1.0.0-alpha.2"
66
},
7-
"changesets": [
8-
"petite-dodos-call"
9-
]
7+
"changesets": ["petite-dodos-call"]
108
}

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches:
99
- main
1010
- develop
11-
pull_request:
1211

1312
concurrency: ${{ github.workflow }}-${{ github.ref }}
1413

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"dist",
1212
"src"
1313
],
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"exports": {
1518
".": {
1619
"import": "./dist/components/index.js",

0 commit comments

Comments
 (0)