Skip to content

Commit

Permalink
Use better qualified env var
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Dec 7, 2023
1 parent a73aaca commit c24afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-tentacle-publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# run: helm registry login packages.octopushq.com -u '${{ }}' -p '${{}}'

- name: Package Chart
run: helm package './charts/kubernetes-tentacle' --version '$CHART_VERSION'
run: helm package './charts/kubernetes-tentacle' --version '${{ env.CHART_VERSION }}'

- uses: actions/upload-artifact@v3
name: Upload packaged chart
Expand Down

0 comments on commit c24afd0

Please sign in to comment.