Skip to content

Commit 2de6cbb

Browse files
committed
ci(release): remove yq
1 parent 09a78e1 commit 2de6cbb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
with:
4747
node-version: lts/*
4848

49-
- name: Install yq
50-
run: |
51-
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
52-
chmod +x /usr/bin/yq
53-
5449
- name: ⬆️ Bump version
5550
if: github.event_name == 'workflow_dispatch'
5651
id: bump-version

0 commit comments

Comments
 (0)