Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jan 6, 2025
1 parent 69c8d6e commit 1561be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-auxiliary-packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bump auxiliary packages
name: Bump Auxiliary Packages
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
title: "chore(release): bump auxiliary packages"
labels: no-title-validation
body: |
- Bump package versions
- Bumps auxiliary package versions. Merging will trigger a release of these packages.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
publish:
if: |
github.event_name == 'workflow_dispatch' ||
startsWith(github.event.head_commit.message, 'chore(release): bump package versions')
startsWith(github.event.head_commit.message, 'chore(release): bump auxiliary package versions')
runs-on: ubuntu-latest

Expand Down Expand Up @@ -51,5 +51,5 @@ jobs:
npm config list
echo "Publishing packages as $(npm whoami)"
git update-index --assume-unchanged .npmrc
npm run publish-packages
npm run publish-auxiliary

0 comments on commit 1561be9

Please sign in to comment.