Skip to content

Commit 0bedaf9

Browse files
authored
Merge pull request #106 from aave/fix/release-workflow
fix: release workflow
2 parents cb60c41 + 1a6ec1c commit 0bedaf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- name: Create Release Pull Request
2525
uses: changesets/action@v1
2626
with:
27-
branch: 'release/packages'
28-
title: 'chore: release packages'
27+
title: '[Release] Candidate'
2928
commit: 'chore: bump package versions'
3029
env:
3130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)