Skip to content

Commit

Permalink
fix(ci): testing release number
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Sep 29, 2023
1 parent 88c39dc commit 1f83236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- release
- staging
name: release-please
jobs:
release-please:
Expand All @@ -11,7 +10,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
default-branch: ${{ github.ref_name }}
default-branch: release
# extra-files: |
# packages/chronos/package.json
# packages/client/package.json
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"release-type": "node",
"package-name": "parabol",
"bootstrap-sha": "362b80517a28dd723d7a1c8070315d5f8f0fd239",
"release-as": "6.122.0",
"release-as": "6.999.0",
"extra-files": [
{
"type": "json",
Expand Down

0 comments on commit 1f83236

Please sign in to comment.