Skip to content

Commit

Permalink
Merge pull request #11 from nberlette/fix/workflow-typo
Browse files Browse the repository at this point in the history
fix(workflow): fix typo in workflow. woops
  • Loading branch information
nberlette authored Apr 30, 2024
2 parents da5d457 + 9de2d9c commit eadb58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
_base=$(pwd);
for pkg of internal ./packages/*; do {
for pkg in internal ./packages/*; do {
cd "$pkg"
test -r deno.json || continue;
name=$(jq -r .name deno.json)
Expand Down

0 comments on commit eadb58d

Please sign in to comment.