Skip to content

Commit 17b5db5

Browse files
Dr.PalmerDr.Palmer
Dr.Palmer
authored and
Dr.Palmer
committed
rewrite release action
1 parent c7ccd5a commit 17b5db5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/release.yaml

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
name: release
2-
on:
2+
on:
33
push:
44
branches:
55
- main
6-
#- master
76
paths:
87
- 'stable/**'
9-
release:
10-
types: [published, created]
118

129
jobs:
1310
release:
1411
runs-on: ubuntu-latest
1512
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v2
13+
- uses: actions/checkout@v2
1814
- name: Publish Helm charts
19-
uses: stefanprodan/helm-gh-pages@1.7.0 #v1.4.1
15+
uses: stefanprodan/helm-gh-pages@master
2016
with:
21-
token: ${{ secrets.CR_TOKEN }}
22-
charts_dir: stable
17+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)