chore: upgrade version to 1.5.0

This commit is contained in:
sjdonado
2025-03-16 13:41:54 +01:00
parent cd8e2433a5
commit a066b5e5ab
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -37,8 +37,7 @@ jobs:
if [ "${{ github.event_name }}" = "release" ]; then
echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
else
VERSION=$(grep '^version:' shard.yml | cut -d ' ' -f 2)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "version=latest" >> $GITHUB_OUTPUT
fi
- name: Build and push platform image
@@ -75,8 +74,7 @@ jobs:
if [ "${{ github.event_name }}" = "release" ]; then
echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
else
VERSION=$(grep '^version:' shard.yml | cut -d ' ' -f 2)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "version=latest" >> $GITHUB_OUTPUT
fi
- name: Create manifest