Skip to content

Commit 470db96

Browse files
committed
chore: remove all leftovers from release please upgrade to v4
1 parent e4d9fd7 commit 470db96

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/pre-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- dev
4+
- stage
55

66
permissions:
77
contents: write
@@ -17,5 +17,4 @@ jobs:
1717
with:
1818
release-type: node
1919
target-branch: stage
20-
package-name: package.json
21-
labels: "stable"
20+
prerelease: true

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
push:
33
branches:
4-
- stage
54
- main
65

76
permissions:
@@ -18,5 +17,3 @@ jobs:
1817
with:
1918
release-type: node
2019
target-branch: main
21-
prerelease: true
22-
labels: "stable"

0 commit comments

Comments
 (0)