Skip to content

DAOS-15438 build: Create 2.6 TB1 (#14000) #4405

DAOS-15438 build: Create 2.6 TB1 (#14000)

DAOS-15438 build: Create 2.6 TB1 (#14000) #4405

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
if: github.repository == 'daos-stack/daos'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: ./.github/actions/make_release
id: make_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}