Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi committed Oct 10, 2024
1 parent 5fc61f2 commit afa6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if [[ $GITHUB_REF == refs/tags/* ]]
then
tag=${GITHUB_REF##refs/tags/}
v=${tag##podbee-}
v=${tag##streamlit-app-}
echo "::set-output name=version::$v"
else
echo "::set-output name=version::$GITHUB_SHA"
Expand Down

0 comments on commit afa6316

Please sign in to comment.