Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Feb 7, 2024
1 parent a938aa1 commit 5251476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobrix-ui-publish-to-github.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish MoBrix-ui package to github registry
name: Publish to github registry

on: workflow_dispatch

jobs:
publish-package-to-github-registry:
publish-to-github-registry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobrix-ui-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish MoBrix-ui package to npm registry
name: Publish to npm registry

on: workflow_dispatch

jobs:
publish-package-to-npm-registry:
publish-to-npm-registry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5251476

Please sign in to comment.