Skip to content

Commit

Permalink
ci: release is now callable from update version
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jan 16, 2024
1 parent 6187a18 commit 80183f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Charts

on:
workflow_call:
push:
branches:
- main
Expand Down Expand Up @@ -71,4 +72,4 @@ jobs:
ref: gh-pages
- name: Copy index.yaml
run: cp index.yaml docs/index.yaml
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 80183f8

Please sign in to comment.