We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f443f commit 3bf5802Copy full SHA for 3bf5802
.circleci/config.yml
@@ -4,14 +4,6 @@ orbs:
4
e2e: netlify/e2e@1
5
6
workflows:
7
- release:
8
- jobs:
9
- - release:
10
- context: [shared-secrets]
11
- filters:
12
- branches:
13
- only: [main]
14
-
15
release-please:
16
jobs:
17
- release-please:
@@ -84,7 +76,7 @@ commands:
84
76
- node_modules
85
77
86
78
87
79
+ release-please:
88
80
description: The release action that runs on the main branch
89
81
executor: node
90
82
steps:
@@ -99,12 +91,6 @@ jobs:
99
91
npx release-please github-release \
100
92
--token "${GITHUB_RELEASES_TOKEN}" \
101
93
--repo-url "${CIRCLE_REPOSITORY_URL}" \
102
103
104
- description: Update and creates release PRs on the main branch
105
- executor: node
106
- steps:
107
- - checkout
108
94
- run:
109
95
name: Run release-please
110
96
command: |
0 commit comments