Skip to content

Apply fixes from StyleCI (#38) #5

Apply fixes from StyleCI (#38)

Apply fixes from StyleCI (#38) #5

Workflow file for this run

name: Tag Release
on:
push:
tags:
- "*"
jobs:
tag-release:
name: "Tagged Release"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false