Skip to content

Commit

Permalink
Include package id in workflow name
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nozzlegear committed Dec 11, 2023
1 parent 7d1fe24 commit 6111e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release Pipeline
run-name: Publish ${{ inputs.package_version }}
run-name: Publish ${{ inputs.package_id }} ${{ inputs.package_version }}

on:
workflow_dispatch:
Expand Down

0 comments on commit 6111e8f

Please sign in to comment.