You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/.github/workflows/release.yml

19 lines
414 B
YAML

name: Create pre-release
on:
push:
branches:
- "master"
jobs:
pre-release:
name: Pre Release
runs-on: ubuntu-latest
steps:
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: latest
prerelease: true
title: Latest Pre-Release
files: |
LICENSE