spf13--cobra/.github/workflows/release.yml
Simon Prochazka ce89263486 chore(ci): add release note generation
Allows for better changelogs for apps such as dependabot and renovate.
2020-02-20 11:28:46 +01:00

18 lines
No EOL
342 B
YAML

name: Release
on:
push:
tags:
- "v*"
jobs:
release-notary:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Release Notary Action
uses: docker://outillage/release-notary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}