Skip to content

Commit

Permalink
fix buggy assignment of version flag when creating Helm component pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
Pavlos Tzianos committed May 7, 2024
1 parent 13cf407 commit 489f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
set -e;
DRACON_VERSION_SEMVER=$(sed 's/v//' <<< ${{ github.ref_name }});
make cmd/draconctl/bin; \
bin/cmd/draconctl components package --version ${DRACON_VERSION} --chart-version ${DRACON_VERSION_SEMVER} --name dracon-oss-components ./components; \
bin/cmd/draconctl components package --version ${{ github.ref_name }} --chart-version ${DRACON_VERSION_SEMVER} --name dracon-oss-components ./components; \
helm push dracon-oss-components-${DRACON_VERSION}.tgz oci://ghcr.io/ocurity/dracon/charts

0 comments on commit 489f6ce

Please sign in to comment.