Skip to content

Merge pull request #61 from izzyleung/amazon-linux-2023-support-for-2.2 #37

Merge pull request #61 from izzyleung/amazon-linux-2023-support-for-2.2

Merge pull request #61 from izzyleung/amazon-linux-2023-support-for-2.2 #37

Workflow file for this run

name: Build all tags automatically as pre-releases
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: "startsWith(github.event.head_commit.message, 'Release')"
steps:
- name: checkout
uses: actions/checkout@v2
- name: build
run: |
make run-docker
- uses: marvinpinto/action-automatic-releases@latest
with:
title: "WiP RPM Build"
automatic_release_tag: "WiP"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: |
RPMS/**/*.rpm