Skip to content

Commit

Permalink
Update release/ submodule and deal with sparse workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuarez committed Mar 13, 2024
1 parent ccbe5e3 commit 28eee1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
id: vars
run: |
set -e
git checkout master
git checkout -
VERSION="$(./release/relman.py --check-current --show-head-version)"
if [ -z "$VERSION" ]; then
echo "No version tag found" >&2
Expand Down
2 changes: 1 addition & 1 deletion release

0 comments on commit 28eee1b

Please sign in to comment.