mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
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:
commit
711b15aa1e
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user