Skip to content

Commit b6f79c0

Browse files
authored
chore(gh-actions): Fix checkout actions ref branch (#51)
1 parent 30e979b commit b6f79c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v3
26+
with:
27+
ref: release
2628
- uses: actions/setup-node@v3
2729
with:
2830
node-version-file: '.nvmrc'

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v3
25+
with:
26+
ref: release
2527
- uses: cycjimmy/semantic-release-action@v3
2628
with:
2729
branch: release

0 commit comments

Comments
 (0)