From a066b5e5aba04e27ce8ccd85844ac81041c11d94 Mon Sep 17 00:00:00 2001 From: sjdonado Date: Sun, 16 Mar 2025 13:41:54 +0100 Subject: [PATCH] chore: upgrade version to 1.5.0 --- .github/workflows/publish.yml | 6 ++---- shard.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c335378..f43023c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/shard.yml b/shard.yml index 83e1661..f69692d 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: bit -version: 1.4.1 +version: 1.5.0 authors: - Juan Rodriguez