Skip to content

Commit ebf6404

Browse files
committed
add missing binary
1 parent 972fd50 commit ebf6404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

29+
- name: Build Staging
30+
run: go build
31+
2932
- name: Publish
3033
uses: elgohr/Publish-Docker-Github-Action@master
3134
with:

0 commit comments

Comments
 (0)