Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 15, 2023
1 parent a42e933 commit 46fc46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if [[ "$apphub_tag" == *"-"* ]]; then
suffix="${apphub_tag#*-}"
library_tag_gh="${library_tag}${suffix}"
library_tag_gh="${library_tag}-${suffix}"
echo "CHANNEL=dev" >> $GITHUB_ENV
else
library_tag_gh=$library_tag
Expand Down

0 comments on commit 46fc46e

Please sign in to comment.