Skip to content

Commit 050358d

Browse files
Fix: Add Branding for Marketplace
1 parent 435b7c6 commit 050358d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Semantic Version Increment'
22
description: 'Increments a semantic version incl. optional build counter'
33
author: 'Psycho0verload'
4+
branding:
5+
icon: 'trending-up'
6+
color: 'blue'
47

58
inputs:
69
current-version:
@@ -45,7 +48,6 @@ runs:
4548
- name: Make script executable
4649
shell: bash
4750
run: chmod +x "$GITHUB_ACTION_PATH/increment.sh"
48-
4951
- name: Run increment.sh
5052
id: bump-version
5153
shell: bash

0 commit comments

Comments
 (0)