Skip to content

UPDATE common.props #23

UPDATE common.props

UPDATE common.props #23

Workflow file for this run

name: "Tagged Release"
on:
push:
branches: [ rel-7.4.0 ]
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- name: "Auto release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "7.4.0"