Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gottscj authored Oct 3, 2024
1 parent f9170eb commit a5d246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow that is manually triggered

name: release ${{ github.event.inputs.version }}
name: release

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
Expand All @@ -11,7 +11,7 @@ on:
description: "version"
required: true
default: "0"

run-name: "Release: ${{ github.event.inputs.version }}"
jobs:
build_release:
name: create release
Expand Down

0 comments on commit a5d246a

Please sign in to comment.