somethings not right
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
parent
a8f7a09d69
commit
f23d070a89
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue