Skip to content

Commit

Permalink
fix(ci): fix release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 17, 2023
1 parent 1c006a3 commit bdc08a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
- name: Create Release
id: release
uses: google-github-actions/release-please-action@a2d8d683f209466ee8c695cd994ae2cf08b1642d # v4.0.1
with:
release-type: node
package-name: midnight-smoker

# see https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#using-with-github-actions-and-lerna
- name: Checkout Repository
Expand Down
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"packages/midnight-smoker": "7.0.4",
".": "8.0.0"
"packages/midnight-smoker": "7.0.4"
}

0 comments on commit bdc08a8

Please sign in to comment.