Skip to content

Preparing release 0.3.1 #8

Preparing release 0.3.1

Preparing release 0.3.1 #8

Workflow file for this run

name: RPM Build rocky9
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package RPM and SRPM
uses: guilbaults/rpm-package-action@centos
with:
path: .
spec: slurm-job-exporter-el9.spec
distro: rocky-9
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: output/*