Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 04b4f0a

Browse files
committed
fail-fast false on auto-deploys
1 parent bfec191 commit 04b4f0a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
env:
6060
TERM: xterm
6161
strategy:
62+
fail-fast: false
6263
matrix:
6364
os:
6465
- ubuntu-20.04
@@ -175,6 +176,7 @@ jobs:
175176
env:
176177
TERM: xterm
177178
strategy:
179+
fail-fast: false
178180
matrix:
179181
os:
180182
- ubuntu-20.04

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0-beta.49 - [September 24, 2023](https://github.com/lando/vuepress-theme-default-plus/releases/tag/v1.0.0-beta.49)
2+
3+
* Deploy release
4+
15
## v1.0.0-beta.48 - [September 24, 2023](https://github.com/lando/vuepress-theme-default-plus/releases/tag/v1.0.0-beta.48)
26

37
* Added `alert` to `navbar` items. [Read More](https://vuepress-theme-default-plus.lando.dev/config.html#navbar)

0 commit comments

Comments
 (0)