Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Dec 13, 2024
1 parent ab0852b commit 85ff578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
sed -i "$ a appVersion: ${GITHUB_REF##*/}" helm/tiled/Chart.yaml
helm dependencies update helm/tiled
helm package helm/tiled --version ${GITHUB_REF##*/} -d /tmp/
helm push /tmp/tiled-${GITHUB_REF##*/}.tgz oci://ghcr.io/bluesky/charts
helm push /tmp/tiled-${GITHUB_REF##*/}.tgz oci://ghcr.io/bluesky/charts

0 comments on commit 85ff578

Please sign in to comment.