Skip to content

Commit

Permalink
build: use the channel in the workflow run name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Jul 23, 2024
1 parent acdc9d3 commit 1b09b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: release
run-name: Release npm ${{ github.ref_name }}
run-name: Release npm package ${{ inputs.channel }}

on:
push:
Expand Down

0 comments on commit 1b09b4f

Please sign in to comment.