Skip to content

Bump 4.7.4 revision 02 (#6620) #933

Bump 4.7.4 revision 02 (#6620)

Bump 4.7.4 revision 02 (#6620) #933

Workflow file for this run

# This workflow builds a production-ready package when a tag is created.
#
# This workflow is based on the `dev-environment` workflow.
name: Build
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build app package (auto)
uses: ./.github/workflows/dev-environment.yml
with:
reference: ${{ github.ref_name }}
command: 'yarn build'
artifact_name: 'wazuh-${{ github.ref_name }}'