Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lreciomelero committed Oct 21, 2024
1 parent d0ad12d commit abd59a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y make kustomize # Ajusta si necesitas instalar mas dependencias
sudo apt-get install -y make kustomize
# 3. Run Makefile to generate manifests
- name: Run Makefile to generate infrastructure-components.yaml
Expand All @@ -42,6 +42,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./out/metadata.yaml # Ajusta el path si es necesario
asset_path: ./out/metadata.yaml
asset_name: metadata.yaml
asset_content_type: application/x-yaml

0 comments on commit abd59a4

Please sign in to comment.