mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
Update publish-new-version.yaml
This commit is contained in:
parent
8243c9d181
commit
0dc6dfc5aa
5
.github/workflows/publish-new-version.yaml
vendored
5
.github/workflows/publish-new-version.yaml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: Run npm version and push tags
|
name: Run npm version and push tags
|
||||||
|
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.head_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user