Skip to content

Commit a7b4f2a

Browse files
fix bump version (#272)
1 parent 43de948 commit a7b4f2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
helm-release:
10-
if: github.event_name == 'push' && github.ref == 'refs/heads/v2'
10+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
1111
permissions:
1212
contents: write
1313
runs-on: ubuntu-latest

charts/pdp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: pdp
33
description: An official Helm chart for Permit.io PDP (Policy Decision Point)
4-
version: 0.0.4
4+
version: 0.0.4

0 commit comments

Comments
 (0)