Skip to content

Commit 4ebd7f3

Browse files
Merge pull request #2 from psycho0verload/feature/add_action
Fix: Add Branding for Marketplace
2 parents 435b7c6 + 050358d commit 4ebd7f3

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)