Skip to content

Merge pull request #15 from wiemanboy/feature/split-up-workflows #1

Merge pull request #15 from wiemanboy/feature/split-up-workflows

Merge pull request #15 from wiemanboy/feature/split-up-workflows #1

name: Create release
on:
push:
branches:
- master
- release/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: ${{ vars.NEXT_VERSION }}
prerelease: false
title: "${{ github.event.repository.name }} v${{ vars.NEXT_VERSION }}"