Skip to content

Commit

Permalink
fix: #dev-deploy tag name fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 3, 2024
1 parent 2754d10 commit 203eefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.kodemy.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
new_patch=$((patch + 1))
new_tag="${major}.${minor}.${new_patch}"
new_tag="${major}.${minor}.${new_patch}-dev"
else
new_tag="0.0.1"
fi
Expand Down

0 comments on commit 203eefa

Please sign in to comment.