Skip to content

Commit

Permalink
fix: #dev-deploy tag name fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 3, 2024
1 parent abbb91c commit 5edbcb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.kodemy.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ jobs:
envs: |
WORKING_DIRECTORY
script: |
cd $WORKING_DIRECTORY
tags=$(git tag -l)
latest_tag=$(echo "$tags" | grep -E '^0\.0\.[0-9]+$' | sort -V | tail -n 1)
Expand Down

0 comments on commit 5edbcb4

Please sign in to comment.