Skip to content

DAOS-14271 build: Tag 2.4.0 rc1 (#12996) #4398

DAOS-14271 build: Tag 2.4.0 rc1 (#12996)

DAOS-14271 build: Tag 2.4.0 rc1 (#12996) #4398

name: Create Release
# This workflow is triggered on pushes to the master branch of the repository.
on:
push:
paths:
- TAG
branches:
- master
- 'release/**'
jobs:
make_release:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: ./.github/actions/make_release
id: make_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}