Skip to content

Commit

Permalink
chore: fix GHA automations (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jun 12, 2022
1 parent dced8d1 commit e50d44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
release-type: node
package-name: corepack
bump-minor-pre-major: true # TODO: remove this when releasing v1.0.0.

npm-publish:
needs: release-please
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
with:
body: This is an automated update of package manager versions
branch: actions/tools-update-config.json
commit-message: "chore: update package manager versions"
title: "chore: update package manager versions"
commit-message: "feat: update package manager versions"
title: "feat: update package manager versions"

0 comments on commit e50d44a

Please sign in to comment.