Skip to content

Commit

Permalink
Give publish GHA steps names for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed May 5, 2024
1 parent 6c425ac commit bc1032e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
- name: Install dependencies
run: npm install --ignore-scripts

- uses: JS-DevTools/npm-publish@v1
- name: Publish Git Mob Core
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_Publish }}
greater-version-only: true
package: 'packages/git-mob-core/package.json'

- uses: JS-DevTools/npm-publish@v1
- name: Publish Git Mob CLI
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_Publish }}
greater-version-only: true
Expand Down

0 comments on commit bc1032e

Please sign in to comment.