We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839d57 commit 6404f90Copy full SHA for 6404f90
.github/workflows/release-generic-actors.yaml
@@ -44,6 +44,7 @@ on:
44
- stable
45
- development
46
- custom
47
+ default: stable
48
version:
49
description: Custom version (only for custom build channel)
50
type: string
@@ -99,6 +100,11 @@ jobs:
99
100
steps:
101
- uses: actions/checkout@v4
102
103
+ - name: Log matrix
104
+ run: |
105
+ echo "Actor: ${{ matrix.settings.actor }}"
106
+ echo "Should build: ${{ matrix.settings.should-build }}"
107
+
108
- name: Calculate versions and tags
109
id: calculate-versions
110
if: matrix.settings.should-build == 'true'
0 commit comments