Skip to content

Commit bb9f076

Browse files
fix: Fixes publish name to specify binaries, not docker
1 parent 0211648 commit bb9f076

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)