We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6838c10 commit e41abb8Copy full SHA for e41abb8
.github/workflows/release.yml
@@ -53,6 +53,7 @@ jobs:
53
NPM_CONFIG_ACCESS: public
54
55
- name: Tag release
56
+ # currently this step does not work due to https://github.com/openai/openai-agents-js/pull/232
57
if: steps.changesets.outputs.published == 'true'
58
run: |
59
version=$(jq -r '.version' packages/agents/package.json)
0 commit comments