Skip to content

Commit 6404f90

Browse files
committed
chore: debugging
1 parent c839d57 commit 6404f90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-generic-actors.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ on:
4444
- stable
4545
- development
4646
- custom
47+
default: stable
4748
version:
4849
description: Custom version (only for custom build channel)
4950
type: string
@@ -99,6 +100,11 @@ jobs:
99100
steps:
100101
- uses: actions/checkout@v4
101102

103+
- name: Log matrix
104+
run: |
105+
echo "Actor: ${{ matrix.settings.actor }}"
106+
echo "Should build: ${{ matrix.settings.should-build }}"
107+
102108
- name: Calculate versions and tags
103109
id: calculate-versions
104110
if: matrix.settings.should-build == 'true'

0 commit comments

Comments
 (0)