Skip to content

Commit 907daf7

Browse files
committed
fix(ci): specify version for RPM package for schedule and pull_request events
1 parent cf6386b commit 907daf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rpm_packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches: [ main ]
1212
paths:
1313
- 'packaging/rpm/**' # Only run on changes to the rpm packaging files
14+
- '.github/workflows/rpm_packages.yml'
1415
jobs:
1516
test-package:
1617
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
@@ -21,7 +22,7 @@ jobs:
2122
with:
2223
fetch-depth: 0
2324
- name: Build RPM Package
24-
run: make rpm
25+
run: make rpm VERSION=2.2.x_dev
2526
- name: List generated files
2627
run: ls -l *.rpm
2728
build-package-manually:

0 commit comments

Comments
 (0)