Merge pull request #432 from Next-Door-Tech/git-release

Fix the git-release GitHub Action workflow constantly creating errors
This commit is contained in:
Alexander Savchuk 2023-04-29 18:31:42 +12:00 committed by GitHub
commit 711b15aa1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,6 @@
name: Create Release
on:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
@ -11,14 +9,13 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Release
uses: docker://antonyurchenko/git-release:latest
uses: docker://antonyurchenko/git-release:v4
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
build/*-amd64.zip