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 e4d9fd7 commit 470db96Copy full SHA for 470db96
.github/workflows/pre-release.yaml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - dev
+ - stage
5
6
permissions:
7
contents: write
@@ -17,5 +17,4 @@ jobs:
17
with:
18
release-type: node
19
target-branch: stage
20
- package-name: package.json
21
- labels: "stable"
+ prerelease: true
.github/workflows/release.yaml
@@ -1,7 +1,6 @@
- - stage
- main
@@ -18,5 +17,3 @@ jobs:
target-branch: main
- prerelease: true
22
0 commit comments