Skip to content

fix: calculate RemoteAllowed based on remote/prom configs (#945) #30

fix: calculate RemoteAllowed based on remote/prom configs (#945)

fix: calculate RemoteAllowed based on remote/prom configs (#945) #30

name: Publish packages
on:
push:
tags:
- "v*"
jobs:
build:
name: Create Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install fpm
run: gem install fpm
- name: Build packages
run: make packages
- name: Release
uses: docker://antonyurchenko/git-release:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "true"
PRE_RELEASE: "true"
CHANGELOG_FILE: "none"
ALLOW_EMPTY_CHANGELOG: "true"
with:
args: |
build/moira*.tar.gz build/moira*.rpm build/moira*.deb