Skip to content

Commit 2380102

Browse files
committed
Prevent accidental override of releases.
stefanprodan/helm-gh-pages#24
1 parent 97298c2 commit 2380102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Publish
18-
uses: stefanprodan/helm-gh-pages@master
18+
uses: Gerrit91/helm-gh-pages@override-releases
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
linting: off

0 commit comments

Comments
 (0)