somethings not right
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details

pull/11/head
macniel 2025-09-25 16:27:01 +02:00
parent a8f7a09d69
commit f23d070a89
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Build project - name: Build project
env: env:
VERSION: ${GITHUB_REF##*/} VERSION: ${{github.ref_name}}
run: npm run build run: npm run build
- name: Package build output - name: Package build output