Skip to content

Commit 7c8658f

Browse files
committed
re-generate workflows with xpm@next
1 parent 89574a2 commit 7c8658f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'The version of xpm to install'
3535
required: false
3636
type: string
37-
default: 'latest'
37+
default: 'next'
3838
xpm_install_loglevel:
3939
description: 'Optional loglevel for xpm install'
4040
required: false

.github/workflows/build-xbbla32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'The version of xpm to install'
3535
required: false
3636
type: string
37-
default: 'latest'
37+
default: 'next'
3838
xpm_install_loglevel:
3939
description: 'Optional loglevel for xpm install'
4040
required: false

.github/workflows/build-xbbla64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'The version of xpm to install'
3535
required: false
3636
type: string
37-
default: 'latest'
37+
default: 'next'
3838
xpm_install_loglevel:
3939
description: 'Optional loglevel for xpm install'
4040
required: false

.github/workflows/build-xbbli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'The version of xpm to install'
3535
required: false
3636
type: string
37-
default: 'latest'
37+
default: 'next'
3838
xpm_install_loglevel:
3939
description: 'Optional loglevel for xpm install'
4040
required: false

.github/workflows/build-xbbma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'The version of xpm to install'
3535
required: false
3636
type: string
37-
default: 'latest'
37+
default: 'next'
3838
xpm_install_loglevel:
3939
description: 'Optional loglevel for xpm install'
4040
required: false

.github/workflows/build-xbbmi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'The version of xpm to install'
3535
required: false
3636
type: string
37-
default: 'latest'
37+
default: 'next'
3838
xpm_install_loglevel:
3939
description: 'Optional loglevel for xpm install'
4040
required: false

.github/workflows/test-xpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
version:
2929
description: 'The semver of the npm release'
3030
required: false
31-
default: 'latest'
31+
default: 'next'
3232
helper-git-ref:
3333
description: 'The helper branch, tag or SHA to checkout'
3434
required: false

0 commit comments

Comments
 (0)