Skip to content

Commit 4eef449

Browse files
committed
Increment version to 0.0.2
1 parent 6c49840 commit 4eef449

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
--query 'imageDetails[0].imageTags[0]' \
4343
--output text 2>/dev/null | grep -q "$VERSION"; then
4444
echo "Image version $VERSION already exists in ECR."
45+
echo "publish=false" >> $GITHUB_OUTPUT
46+
else
4547
echo "publish=true" >> $GITHUB_OUTPUT
46-
else
47-
echo "publish=false" >> $GITHUB_OUTPUT
48-
fi
48+
fi
4949
env:
5050
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5151
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

0 commit comments

Comments
 (0)