Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
Signed-off-by: Zac Rosenbauer <zac@joggr.io>
  • Loading branch information
zrosenbauer authored Dec 12, 2024
1 parent ae06f97 commit 6a47f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkg-npm-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'pkgs: Publish to internal npm registry'
run-name: 'Publish to GitHub npm Registry (${{ inputs.version }})'
name: 'pkgs: Publish to npm registry'
run-name: 'Publish to npm registry (${{ inputs.version }})'

on:
workflow_dispatch:
Expand All @@ -17,7 +17,7 @@ on:

jobs:
publish:
name: 'Publish to GitHub npm Registry'
name: 'Publish to npm registry'
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 6a47f15

Please sign in to comment.