Skip to content

Commit

Permalink
codeartifact deploy with version
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 18, 2023
1 parent 26eefe7 commit 2b19be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
if [ "$CURRENT_VERSION" == "null" ]; then
echo "inside if condition null check"
CURRENT_VERSION= "1.0.0"
CURRENT_VERSION="1.0.0"
FLAG_INITIAL=true
fi
IFS='.' read -ra version_parts <<< "$CURRENT_VERSION"
Expand Down

0 comments on commit 2b19be8

Please sign in to comment.