Add Release Tracker to fix versions (#2)

This commit is contained in:
Franck Nijhof
2021-01-13 12:37:10 +01:00
committed by GitHub
parent 6c047ab3a6
commit 0c0abc63cd
2 changed files with 79 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
name: Release Tracker
# yamllint disable-line rule:truthy
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
jobs:
release-tracker:
name: 🏷 Release Tracker
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: main
- name: 🚀 Run Release Tracker
uses: bewuethr/release-tracker-action@v1.2.0