Skip to content

Release 0.20.0-rc.1 #75

Release 0.20.0-rc.1

Release 0.20.0-rc.1 #75

Workflow file for this run

name: release
on:
push:
branches:
- 'master'
tags:
- '*.*'
- '*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Create a new release on the repository
uses: chaoss/grimoirelab-github-actions/release@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}