Skip to content

Commit 9d2f471

Browse files
committed
update workflow logic
1 parent 4d760e4 commit 9d2f471

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
@@ -133,7 +133,6 @@ jobs:
133133
git config user.email "github-actions@github.com"
134134
135135
- name: Set tag
136-
if: ${{ github.event.inputs.test-release == 'false' }}
137136
run: |
138137
TAG="v${{ github.event.inputs.version }}"
139138
echo "TAG=${TAG}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)