Skip to content

DAOS-15347 build: Tag 2.4.2 rc3 (#13928) #4404

DAOS-15347 build: Tag 2.4.2 rc3 (#13928)

DAOS-15347 build: Tag 2.4.2 rc3 (#13928) #4404

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 }}