We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435b7c6 commit 050358dCopy full SHA for 050358d
action.yml
@@ -1,6 +1,9 @@
1
name: 'Semantic Version Increment'
2
description: 'Increments a semantic version incl. optional build counter'
3
author: 'Psycho0verload'
4
+branding:
5
+ icon: 'trending-up'
6
+ color: 'blue'
7
8
inputs:
9
current-version:
@@ -45,7 +48,6 @@ runs:
45
48
- name: Make script executable
46
49
shell: bash
47
50
run: chmod +x "$GITHUB_ACTION_PATH/increment.sh"
-
51
- name: Run increment.sh
52
id: bump-version
53
0 commit comments