Skip to content

[Backport 7.x] Create GH label if one is missing while creating GH is… #104

[Backport 7.x] Create GH label if one is missing while creating GH is…

[Backport 7.x] Create GH label if one is missing while creating GH is… #104

Workflow file for this run

---
name: Create a release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true