Skip to content

CLIENT-4777 Update pipeline (#210) #3

CLIENT-4777 Update pipeline (#210)

CLIENT-4777 Update pipeline (#210) #3

name: Trigger Creating Release Bundle
permissions:
id-token: write
packages: write
contents: read
attestations: write
on:
push:
branches:
- stage
tags:
- 'v*' # Matches v5.4.0
- '[0-9]+.[0-9]+.[0-9]+' # Matches 5.4.0
- '[0-9]+.[0-9]+.[0-9]+-rc*' # Matches 5.4.0-rc1
workflow_dispatch:
jobs:
build-stage:
name: Build stage
uses: ./.github/workflows/create-release-bundle.yml
secrets: inherit