Skip to content

Commit 3896d52

Browse files
committed
app version is unecessary
1 parent 61f7175 commit 3896d52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,13 @@ jobs:
7777
- name: Set env vars
7878
run: |
7979
echo "CHART_VERSION=$(poetry version -s)" >> $GITHUB_ENV
80-
echo "APP_VERSION=$(echo ${GITHUB_REF_NAME:1})" >> $GITHUB_ENV
8180
8281
- name: Helm Publish (Github)
8382
env:
8483
REGISTRY: ghcr.io
8584
run: |
8685
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login -u twingate --password-stdin $REGISTRY
87-
helm package deploy/twingate-operator --version $CHART_VERSION --app-version $APP_VERSION
86+
helm package deploy/twingate-operator --version $CHART_VERSION
8887
helm push twingate-operator-$CHART_VERSION.tgz oci://$REGISTRY/twingate/helmcharts
8988
9089
release_prod:

0 commit comments

Comments
 (0)