Skip to content

Commit

Permalink
Merge pull request #22 from vouch/punkle-patch-3
Browse files Browse the repository at this point in the history
Attempts to fix the helm chart publication issue
  • Loading branch information
punkle authored Feb 26, 2022
2 parents d708a8f + 58b0606 commit dc8b344
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion charts/vouch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: application
appVersion: "0.32.0"
version: 3.0.3
name: vouch
description: An SSO and OAuth login solution for nginx using the auth_request module
description: An SSO and OAuth login solution for nginx using the auth_request module.
icon: https://avatars0.githubusercontent.com/u/45102943?s=200&v=4
keywords:
- nginx
Expand Down

0 comments on commit dc8b344

Please sign in to comment.