Merge pull request #418 from endofcake/master

Add GitHub Action manifest
This commit is contained in:
Alexander Savchuk 2021-02-23 07:52:32 +00:00 committed by GitHub
commit 3c1e6ebadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Create Release
on:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Release
uses: docker://antonyurchenko/git-release:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "false"
PRE_RELEASE: "false"
CHANGELOG_FILE: "none"
ALLOW_EMPTY_CHANGELOG: "false"
ALLOW_TAG_PREFIX: "true"
with:
args: |
build/*-amd64.zip