We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c4201 commit c33b9e6Copy full SHA for c33b9e6
.github/workflows/bump-version.yml
@@ -1,13 +1,5 @@
1
name: 📦 Bump Workflow
2
3
-on:
4
- pull_request:
5
- branches:
6
- - "*"
7
- push:
8
9
10
-
11
on:
12
workflow_dispatch:
13
inputs:
@@ -50,7 +42,7 @@ jobs:
50
42
- name: Apply Bump
51
43
shell: bash
52
44
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 }}/'
54
46
55
47
56
48
- name: Push Performance Data
0 commit comments