Skip to content

Commit edf4c6b

Browse files
authored
Revert "Fix release tagging" (#232)
This reverts commit 765e3a5.
1 parent 765e3a5 commit edf4c6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ 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
57+
if: steps.changesets.outputs.published == 'true'
5658
run: |
5759
version=$(jq -r '.version' packages/agents/package.json)
5860
tag="v${version}"

0 commit comments

Comments
 (0)