Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down