Skip to content

DAOS-18050 build: Tag 2.6.4 rc3 (#16994) #4423

DAOS-18050 build: Tag 2.6.4 rc3 (#16994)

DAOS-18050 build: Tag 2.6.4 rc3 (#16994) #4423

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