Compare commits

..

1 Commits

Author SHA1 Message Date
596c4102ed Changed to tag
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
2024-01-06 12:01:46 +01:00

View File

@@ -1,12 +1,14 @@
name: Upload Helm Chart
run-name: Uploading helm chart
on: [release]
on:
push:
tags: ['*']
jobs:
Explore-Gitea-Actions:
runs-on: shell
env:
HELM_CHART_VERSION: "${{ github.event.release_name }}"
HELM_CHART_VERSION: "${{ github.ref_name }}"
steps:
- uses: actions/checkout@v2
- name: Set up Helm