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 765e3a5 commit edf4c6bCopy full SHA for edf4c6b
.github/workflows/release.yml
@@ -53,6 +53,8 @@ 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)
60
tag="v${version}"
0 commit comments