Skip to content

Commit ca9a620

Browse files
committed
fix incorrect GH action job name reference
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
1 parent 1752e10 commit ca9a620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
VERSION: ${{ github.ref_name }}
99

1010
jobs:
11-
artifacts:
11+
build_images:
1212
runs-on: ubuntu-latest
1313

1414
permissions:

0 commit comments

Comments
 (0)