Skip to content

Try a different release action #3

Try a different release action

Try a different release action #3

Workflow file for this run

name: "Automatic release"
on:
push:
branches:
- "main"
jobs:
pre-release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- name: Rlease latest build
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest build"