Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Nov 26, 2023
1 parent ea98af0 commit 1dd77ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions generate-workflows.main.w
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fs.remove(".github/workflows");

for file in fs.readdir(".") {
if !fs.exists("{file}/package.json") {
log("skipping {file}");
continue;
}

Expand Down
2 changes: 1 addition & 1 deletion library.w
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub class Library {
run: "npm publish --access=public --registry https://registry.npmjs.org --tag latest *.tgz",
"working-directory": dir,
env: {
NODE_AUTH_TOKEN: "$\{\{ secrets.NPM_TOKEN }}"
NODE_AUTH_TOKEN: "\$\{\{ secrets.NPM_TOKEN }}"
}
});

Expand Down

0 comments on commit 1dd77ca

Please sign in to comment.