Skip to content

Commit

Permalink
ci: merge build and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Nov 12, 2021
1 parent 9f1d38b commit 142264c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 65 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,15 @@ jobs:
title: "Development Build"
files: |
release/**/*
if: "!startsWith(github.ref, 'refs/tags/v')"

- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: ${{ github.ref_name }}
files: |
release/**/*
if: "startsWith(github.ref, 'refs/tags/v')"

# vim: ts=2:sw=2
65 changes: 0 additions & 65 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 142264c

Please sign in to comment.