Skip to content

Commit 7e5646a

Browse files
committed
fix: branch
1 parent 2bccf2a commit 7e5646a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release-start.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Open "version packages" PR
5757
uses: changesets/action@v1
5858
with:
59-
baseBranch: release/${{ steps.next.outputs.next_version }}
59+
branch: release/${{ steps.next.outputs.next_version }}
6060
title: 'chore: version packages'
6161
commit: 'chore: version packages'
6262
version: pnpm changeset:version
@@ -65,10 +65,10 @@ jobs:
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

68-
- name: Start Slack Notify Workflow
69-
uses: slackapi/[email protected]
70-
with:
71-
webhook: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE_NOTIFY }}
72-
webhook-type: webhook-trigger
73-
payload: |
74-
version: "${{ steps.next.outputs.next_version }}"
68+
# - name: Start Slack Notify Workflow
69+
# uses: slackapi/[email protected]
70+
# with:
71+
# webhook: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE_NOTIFY }}
72+
# webhook-type: webhook-trigger
73+
# payload: |
74+
# version: "${{ steps.next.outputs.next_version }}"

0 commit comments

Comments
 (0)