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 a76a388 commit 65c3cf7Copy full SHA for 65c3cf7
.github/workflows/merge.yml
@@ -13,10 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
17
- with:
18
- ref: next
19
- fetch-depth: 0
+ - run: git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
20
- uses: ./.github/actions/setup
21
- run: npm run build
22
- run: npx pr-release merge --target master --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact --minimize-semver-change
0 commit comments