Skip to content

Commit

Permalink
ci: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Feb 24, 2024
1 parent 24d1757 commit 9a14853
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 @@ -43,7 +43,7 @@ jobs:
with:
eslint: true
- name: Ensure CJS
run: yarn workspaces foreach -Ap --no-private --exclude "@akala/aws-lambda|@akala/cli|@akala/sidecar|@akala/protocol-parser" exec "echo '{"'"type":"commonjs"}'"' > dist/cjs/package.json"
run: yarn workspaces foreach -Ap --no-private --exclude "@akala/aws-lambda|@akala/aws-sdk|@akala/cli|@akala/sidecar|@akala/protocol-parser" exec "echo '{"'"type":"commonjs"}'"' > dist/cjs/package.json"
- name: publish updates
run: node packages/automate/dist/esm/cli.js --loader @akala/automate-yamlloader --file @akala/semantic-release/publish.yml --verbose=silly
env:
Expand Down

0 comments on commit 9a14853

Please sign in to comment.