From 050358d2800e76642771b3de6ef5dd97a3208bbd Mon Sep 17 00:00:00 2001 From: Jonathan Starck <29304143+Psycho0verload@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:08:45 +0200 Subject: [PATCH] Fix: Add Branding for Marketplace --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ed754e..b016073 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Semantic Version Increment' description: 'Increments a semantic version incl. optional build counter' author: 'Psycho0verload' +branding: + icon: 'trending-up' + color: 'blue' inputs: current-version: @@ -45,7 +48,6 @@ runs: - name: Make script executable shell: bash run: chmod +x "$GITHUB_ACTION_PATH/increment.sh" - - name: Run increment.sh id: bump-version shell: bash