Skip to content

chore: bump 4.9.0 rev 05 (#80) #12

chore: bump 4.9.0 rev 05 (#80)

chore: bump 4.9.0 rev 05 (#80) #12

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-security-dashboards-plugin-${{ github.ref_name }}'
artifact_path: './wazuh-security-plugin/build'