File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ jobs:
5959 echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
6060
6161 - name : Generate Changelog
62- id : changelog
63- uses : googleapis/release-please-action@v4
64- with :
65- command : manifest
66- config-file : .release-please-manifest.json
62+ id : changelog
63+ uses : googleapis/release-please-action@v4
64+ with :
65+ command : manifest
66+ config-file : .release-please-manifest.json
6767
6868 - name : Build library
6969 run : pnpm run build:lib
7979 uses : repo-sync/pull-request@v2
8080 with :
8181 github_token : ${{ secrets.GITHUB_TOKEN }}
82- destination_branch : " main"
83- source_branch : " release/v${{ env.NEW_VERSION }}"
84- pr_title : " chore: release v${{ env.NEW_VERSION }}"
85- pr_body : " 🎉 New Release Version: v${{ env.NEW_VERSION }}"
82+ destination_branch : ' main'
83+ source_branch : ' release/v${{ env.NEW_VERSION }}'
84+ pr_title : ' chore: release v${{ env.NEW_VERSION }}'
85+ pr_body : ' 🎉 New Release Version: v${{ env.NEW_VERSION }}'
You can’t perform that action at this time.
0 commit comments