Skip to content

Commit 765e3a5

Browse files
authored
ci(release): always create tag (#231)
1 parent 90654c3 commit 765e3a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

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

5555
- name: Tag release
56-
if: steps.changesets.outputs.published == 'true'
5756
run: |
5857
version=$(jq -r '.version' packages/agents/package.json)
5958
tag="v${version}"

0 commit comments

Comments
 (0)