Skip to content

Revert changes of PR #6122 (#6126) #905

Revert changes of PR #6122 (#6126)

Revert changes of PR #6122 (#6126) #905

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