Skip to content

Commit 28557b0

Browse files
We are teh champions... I think
1 parent 3daee40 commit 28557b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/scripts/first-release-publish.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ for (const pkg of missingPackages) {
8888
}
8989

9090
for (const pkg of missingPackages) {
91-
const result = spawnSync("npm", ["publish", `./${pkg.dir}`, "--provenance"], {
91+
const result = spawnSync("npm", ["publish", "--provenance", "--access", "public"], {
92+
cwd: pkg.dir,
9293
encoding: "utf8",
9394
stdio: ["inherit", "pipe", "pipe"],
9495
});

msw-atproto/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @fujocoded/astro-smooth-action
1+
# @fujocoded/msw-atproto
22

33
## 0.0.1
44

0 commit comments

Comments
 (0)