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 30e979b commit b6f79c0Copy full SHA for b6f79c0
.github/workflows/pages.yml
@@ -23,6 +23,8 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v3
26
+ with:
27
+ ref: release
28
- uses: actions/setup-node@v3
29
with:
30
node-version-file: '.nvmrc'
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
- uses: cycjimmy/semantic-release-action@v3
branch: release
0 commit comments