Skip to content

chore: bump js-yaml from 4.3.1 to 4.3.2 (#34) #29

chore: bump js-yaml from 4.3.1 to 4.3.2 (#34)

chore: bump js-yaml from 4.3.1 to 4.3.2 (#34) #29

Workflow file for this run

name: Release Workflow
on:
push:
branches: [development, release-*]
workflow_dispatch:
inputs:
promote:
type: boolean
description: Promote release to stable (for release-* branches only)
default: false
permissions:
contents: write
id-token: write
packages: write
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/node_release.yml@4.11.0
with:
docker-build-enabled: false
node-version: "24"
promote: ${{ github.event_name == 'workflow_dispatch' && inputs.promote }}
publish-enabled: true
secrets: inherit