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 1879753 commit b13cc47Copy full SHA for b13cc47
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build Lib
26
run: yarn build
27
- name: Release
28
- if: contains('refs/heads/master', github.ref)
+ if: contains('refs/heads/master refs/heads/feat-allow-to-pass-promise-as-response', github.ref)
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.releaserc
@@ -1,6 +1,11 @@
1
{
2
"pkgRoot": "dist",
3
"branches": [
4
- "master"
+ "master",
5
+ {
6
+ "name": "feat-allow-to-pass-promise-as-response",
7
+ "channel": "feat-allow-to-pass-promise-as-response",
8
+ "prerelease": true
9
+ }
10
]
11
}
0 commit comments