Skip to content

Commit c33b9e6

Browse files
committed
workflow
1 parent f5c4201 commit c33b9e6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
name: 📦 Bump Workflow
22

3-
on:
4-
pull_request:
5-
branches:
6-
- "*"
7-
push:
8-
branches:
9-
- "*"
10-
113
on:
124
workflow_dispatch:
135
inputs:
@@ -50,7 +42,7 @@ jobs:
5042
- name: Apply Bump
5143
shell: bash
5244
run: |
53-
find . -name 'qlpack.yml' | grep -v './codeql_modules' | grep -v './scripts' | sed -i 's/^version.*$/version: ${{ github.event.inputs.new_version }}/' ./c/cert/src/qlpack.yml
45+
find . -name 'qlpack.yml' | grep -v './codeql_modules' | grep -v './scripts' | xargs sed -i 's/^version.*$/version: ${{ github.event.inputs.new_version }}/'
5446
5547
5648
- name: Push Performance Data

0 commit comments

Comments
 (0)