harvester-ui-extension/.github/workflows/build-standalone-on-release.yaml
mergify[bot] 7b754457ec
chore: remove run-lint from build-standalone-on-release (#355) (#387)
(cherry picked from commit 7386a2deb6b686ace11e83c70c19609ee0dd9833)

Signed-off-by: Nick Chung <nick.chung@suse.com>
Co-authored-by: Nick Chung <Nick.Chung@suse.com>
2025-07-09 14:51:47 +08:00

17 lines
321 B
YAML

name: Build Standalone on Release
on:
push:
tags:
- v[1-9].*
jobs:
build:
name: Build and Upload Package
uses: ./.github/workflows/build-and-publish-standalone.yaml
permissions:
contents: read
packages: write
id-token: write
with:
CI_BUILD_TAG: ${{github.ref_name}}