File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 56
56
- name : Open "version packages" PR
57
57
uses : changesets/action@v1
58
58
with :
59
- baseBranch : release/${{ steps.next.outputs.next_version }}
59
+ branch : release/${{ steps.next.outputs.next_version }}
60
60
title : ' chore: version packages'
61
61
commit : ' chore: version packages'
62
62
version : pnpm changeset:version
@@ -65,10 +65,10 @@ jobs:
65
65
env :
66
66
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
67
68
- - name : Start Slack Notify Workflow
69
-
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 }}"
You can’t perform that action at this time.
0 commit comments