Skip to content

Commit bdb0baa

Browse files
committed
fix
1 parent 717f1a3 commit bdb0baa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
tags: ${{ steps.meta.outputs.tags }}
6969
labels: ${{ steps.meta.outputs.labels }}
7070
build-args: |
71-
VERSION=${RELEASE_VERSION}
71+
VERSION=${{ env.RELEASE_VERSION }}
7272
- name: Generate artifact attestation
7373
uses: actions/attest-build-provenance@v3
7474
with:

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: NetAssert.
33
name: netassert
4-
version: 1.9.4
5-
appVersion: 1.11.2
4+
version:
5+
appVersion:
66
home: https://github.com/controlplaneio/netassert
77
sources:
88
- https://github.com/controlplaneio/netassert

0 commit comments

Comments
 (0)