Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b74e35e

Browse files
authored
Add missing tooling setup
1 parent a1744d8 commit b74e35e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
BUILD_ZOO_HANDLER_spring_cloud_skipper_version
2929
BUILD_ZOO_HANDLER_spring_cloud_dataflow_ui_version
3030
BUILD_ZOO_HANDLER_spring_cloud_dataflow_version
31-
31+
# tooling
32+
- name: Install Tooling
33+
run: |
34+
curl -sSL https://github.com/cbroglie/mustache/releases/download/v1.2.2/mustache_1.2.2_linux_amd64.tar.gz | sudo tar -C /usr/local/bin/ --no-same-owner -xzv mustache
35+
# release notes and gh release
3236
- name: Release
3337
env:
3438
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)