Skip to content

Commit e41abb8

Browse files
authored
Update .github/workflows/release.yml
1 parent 6838c10 commit e41abb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
NPM_CONFIG_ACCESS: public
5454

5555
- name: Tag release
56+
# currently this step does not work due to https://github.com/openai/openai-agents-js/pull/232
5657
if: steps.changesets.outputs.published == 'true'
5758
run: |
5859
version=$(jq -r '.version' packages/agents/package.json)

0 commit comments

Comments
 (0)