Skip to content

Commit eefd864

Browse files
Merge pull request #18 from NeedleInAJayStack/ci/fix-publish-name
Publish CI job name specifies binaries, not docker images
2 parents 0211648 + bb9f076 commit eefd864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build and publish a Docker image to GitHub Releases
1+
name: Build and publish binaries to GitHub Releases
22
on:
33
push:
44
tags:
55
- v*
66
jobs:
7-
build-and-publish:
7+
publish:
88
strategy:
99
matrix:
1010
platform: [ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)