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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user