Skip to content

Commit 273fd62

Browse files
Allow changerelease to continue on error
1 parent 1f3b924 commit 273fd62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/changerelease.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defaults:
1111
shell: "pwsh"
1212
jobs:
1313
changerelease:
14+
continue-on-error: true
1415
strategy:
1516
matrix:
1617
runner: ["ubuntu-22.04"]

template/.github/workflows/changerelease.yml.jinja

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defaults:
1111
shell: "pwsh"
1212
jobs:
1313
changerelease:
14+
continue-on-error: true
1415
strategy:
1516
matrix:
1617
runner: ["{{ actions_runner }}"]

0 commit comments

Comments
 (0)