Changed to tag
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
name: Upload Helm Chart
|
name: Upload Helm Chart
|
||||||
run-name: Uploading helm chart
|
run-name: Uploading helm chart
|
||||||
on: [release]
|
on:
|
||||||
|
push:
|
||||||
|
tags: ['*']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: shell
|
runs-on: shell
|
||||||
env:
|
env:
|
||||||
HELM_CHART_VERSION: "${{ github.event.release_name }}"
|
HELM_CHART_VERSION: "${{ github.ref_name }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Helm
|
- name: Set up Helm
|
||||||
|
|||||||
Reference in New Issue
Block a user