Skip to content

Commit

Permalink
Merge pull request #432 from Next-Door-Tech/git-release
Browse files Browse the repository at this point in the history
Fix the git-release GitHub Action workflow constantly creating errors
  • Loading branch information
endofcake authored Apr 29, 2023
2 parents 3c1e6eb + 471929a commit 711b15a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Create Release
on:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
Expand All @@ -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

0 comments on commit 711b15a

Please sign in to comment.