Skip to content

Commit c61bca4

Browse files
committed
fix error in release workflow
1 parent 799a376 commit c61bca4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Check licenses and vulnerabilities
3232
run: make check
3333

34-
- name: Set version
3534
- name: Update package.json version
3635
run: |
3736
if [[ "${{ github.ref_type }}" == "tag" ]]; then

0 commit comments

Comments
 (0)