Skip to content

Commit

Permalink
feat(release): update workflow name to include the release version an…
Browse files Browse the repository at this point in the history
…d actor
  • Loading branch information
ggrossetie committed Oct 11, 2024
1 parent f1ad01e commit ad8af57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
release-version:
description: Enter version to release (e.g., 2.0.1).
required: true

run-name: Release ${{ inputs.release-version }} by @${{ github.actor }}
jobs:
activate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad8af57

Please sign in to comment.