Skip to content

Commit

Permalink
ci(workspace): changed publish action naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurchishin committed Sep 25, 2023
1 parent d85ac2f commit c75d11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ on:
- minor
- major

name: Publish ${{inputs.package}} package
name: Publish package

jobs:
install:
name: Publish package
name: Publish ${{inputs.package}} package
runs-on: macos-latest
permissions:
packages: write
Expand Down

0 comments on commit c75d11f

Please sign in to comment.