Skip to content

chg: Build script updated !minor #333

chg: Build script updated !minor

chg: Build script updated !minor #333

Workflow file for this run

name: Release setup
on:
push:
branches:
- '*'
jobs:
release-setup:
if: "!contains(github.event.commits[0].message, '!minor')"
runs-on: ubuntu-latest
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
if: github.ref == 'refs/heads/master'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latestbuild"
prerelease: true
title: "Latest code build (unstable)"