Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
fix(cd): Force release-as 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Jan 5, 2022
1 parent 24db7dd commit e909137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main

# The logic below handles the npm publication:
Expand Down
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"bootstrap-sha": "e74d425651050241d6460a7e35348ebd2f8932df",
"last-release-sha": "e74d425651050241d6460a7e35348ebd2f8932df",
"release-as": "1.0.0",
"plugins": ["node-workspace"],
"packages": {
"packages/clangffi": {
Expand Down

0 comments on commit e909137

Please sign in to comment.