Skip to content

Commit 3cbc7c7

Browse files
committed
fix: workflow format
1 parent b9a5288 commit 3cbc7c7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -79,7 +79,7 @@ jobs:
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 }}'

0 commit comments

Comments
 (0)