Skip to content

Merge release/1.6.0 into main (#156) #38

Merge release/1.6.0 into main (#156)

Merge release/1.6.0 into main (#156) #38

Workflow file for this run

---
name: "tagged-release-infrastrucure"
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs:
gh_tagged_release:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/[email protected]"
with:
lfs: true
fetch-depth: 0
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: false
files: CHANGELOG.md