Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChef23 committed Apr 11, 2023
1 parent ccdbb16 commit a243758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
release:
if: ${{ github.ref == 'refs/heads/main' }}
if: github.ref == 'refs/heads/main'
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion charts/securely-proxy/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: securely-proxy
type: application
version: 1.2.0
version: 1.2.1

description: A chart to be used to deploy an nginx proxy with owasp crs and seurely sidecars
home: https://github.com/cyso/securely-nginx-container
Expand Down

0 comments on commit a243758

Please sign in to comment.