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 cf6386b commit 907daf7Copy full SHA for 907daf7
.github/workflows/rpm_packages.yml
@@ -11,6 +11,7 @@ on:
11
branches: [ main ]
12
paths:
13
- 'packaging/rpm/**' # Only run on changes to the rpm packaging files
14
+ - '.github/workflows/rpm_packages.yml'
15
jobs:
16
test-package:
17
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
@@ -21,7 +22,7 @@ jobs:
21
22
with:
23
fetch-depth: 0
24
- name: Build RPM Package
- run: make rpm
25
+ run: make rpm VERSION=2.2.x_dev
26
- name: List generated files
27
run: ls -l *.rpm
28
build-package-manually:
0 commit comments