Skip to content

Commit 6838c10

Browse files
authored
Revert "ci(release): always create tag (#231)"
This reverts commit 765e3a5.
1 parent 765e3a5 commit 6838c10

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+
if: steps.changesets.outputs.published == 'true'
5657
run: |
5758
version=$(jq -r '.version' packages/agents/package.json)
5859
tag="v${version}"

0 commit comments

Comments
 (0)