We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06971df commit e573959Copy full SHA for e573959
.github/workflows/release.yaml
@@ -16,6 +16,10 @@ jobs:
16
run: |
17
curl -L https://git.io/get_helm.sh | bash -s -- -v v3.7.1
18
19
+ - name: Create release binary
20
+ run: |
21
+ helm dependency update
22
+
23
- name: Create release binary
24
25
helm package ./ --destination release/
Chart.yaml
@@ -4,7 +4,7 @@ description: Deploy a VPN server in K8s with provided iOS profile
4
5
type: application
6
7
-version: 0.1.0
+version: 0.1.1
8
9
appVersion: "latest"
10
0 commit comments