Skip to content

Commit

Permalink
fix: Fix Typo for publish of simulator helm chart (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com>
  • Loading branch information
AlfredoG87 authored Jan 15, 2025
1 parent b9b1bd4 commit 49dfdcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ name: Release Workflow
on:
push:
# `v*` tags are used for production environment
tags: [ v* ]
tags: [v*]
# `main` tag is used for integration environment
branches: [ main ]
branches: [main]
# Manual trigger with custom release tag
workflow_dispatch:
inputs:
version:
description: 'Release tag:'
description: "Release tag:"
type: string
required: false

Expand Down Expand Up @@ -180,4 +180,4 @@ jobs:
- name: Simulator Chart - Push helm chart
run: |
helm push bblockstream-simulator-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node
helm push blockstream-simulator-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node

0 comments on commit 49dfdcc

Please sign in to comment.