Skip to content

Commit 3daee40

Browse files
test again
1 parent 3f82114 commit 3daee40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/first-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: First Package Release
1919
# Before running:
2020
# - Create a temporary npm granular access token with read/write access to the
2121
# relevant scope, a short expiration, and 2FA bypass for automation.
22-
# Command-line equivalent:
22+
# Command-line equivalent (NOTE: wants NPM password):
2323
# npm token create \
2424
# --name "first-package-release" \
2525
# --expires 1 \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ 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", `./${pkg.dir}`, "--provenance"], {
9292
encoding: "utf8",
9393
stdio: ["inherit", "pipe", "pipe"],
9494
});

0 commit comments

Comments
 (0)