Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent 361eec5 commit 682ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
sed -i "s/.*repository_tag.*/ repository_tag: v$RELEASE_VERSION/" "$dir"/values/values.yaml; \
fi; \
fi; \
helm dep build $dir; \
helm dep build $dir;
helm dep update $dir; \
done
# commit and push changes
Expand Down

0 comments on commit 682ebac

Please sign in to comment.