We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0211648 + bb9f076 commit eefd864Copy full SHA for eefd864
1 file changed
.github/workflows/publish.yaml
@@ -1,10 +1,10 @@
1
-name: Build and publish a Docker image to GitHub Releases
+name: Build and publish binaries to GitHub Releases
2
on:
3
push:
4
tags:
5
- v*
6
jobs:
7
- build-and-publish:
+ publish:
8
strategy:
9
matrix:
10
platform: [ubuntu-latest, macos-latest]
0 commit comments