Skip to content

Workflow file for this run

name: "Create new release tag"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alfa') }}
files: |
LICENSE
README.md