Skip to content

Commit

Permalink
Port from autoversion
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 10, 2024
1 parent 8d8dcbe commit d6412d2
Show file tree
Hide file tree
Showing 8 changed files with 6,458 additions and 85 deletions.
26 changes: 14 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'KXCBridge: Tag Release'
description: 'Tag version for SPM'
author: 'Kevin Galligan'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
commitMessage:
description: 'Message for Package.swift commit'
required: true
tagMessage:
description: 'Message for release tag'
required: true
tagVersion:
description: 'The release version'
required: true
branchName:
description: 'Branch name'
required: true
default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'

runs:
using: node20
Expand Down
Loading

0 comments on commit d6412d2

Please sign in to comment.