Skip to content

Commit

Permalink
CI tagging fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 2, 2024
1 parent 51f0b6b commit d822039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
for sm in $(find servicemodels -name go.mod)
do
chart_dir=$(dirname $sm)
$tag_name=$(echo $chart_dir/v${{ needs.version-check.outputs.target_version }})
tag_name=$(echo $chart_dir/v${{ needs.version-check.outputs.target_version }})
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.45-dev
0.8.45

0 comments on commit d822039

Please sign in to comment.