Skip to content

Commit 65c3cf7

Browse files
authored
Update merge.yml
1 parent a76a388 commit 65c3cf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
17-
with:
18-
ref: next
19-
fetch-depth: 0
16+
- run: git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
2017
- uses: ./.github/actions/setup
2118
- run: npm run build
2219
- run: npx pr-release merge --target master --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact --minimize-semver-change

0 commit comments

Comments
 (0)