diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3416f1d..6d6bdfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + build/*-amd64.zip