Skip to content

Commit a26d576

Browse files
committed
fix matrix
1 parent bc7009f commit a26d576

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
'ubuntu-latest',
5757
'windows-latest',
5858
],
59-
branch: [
60-
context.payload.ref.replace('refs/heads/', '')
61-
],
6259
include: [
6360
{
6461
inspect_image: 'test_project_scratch',
@@ -68,7 +65,9 @@ jobs:
6865
inspect_image: 'hello-world',
6966
prepare_command: ':',
7067
build_command: 'docker pull hello-world',
71-
},
68+
}, {
69+
branch: process.env.GITHUB_REF.replace('refs/heads/', '')
70+
}
7271
],
7372
exclude: [
7473
{

0 commit comments

Comments
 (0)