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 65c3cf7 commit c86fb00Copy full SHA for c86fb00
.github/workflows/rollback.yml
@@ -10,9 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
14
- with:
15
- ref: next
+ - run: git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
16
- uses: ./.github/actions/setup
17
- run: npm run build
18
- run: npx pr-release rollback --verbose --target master --source next --verbose --ignore 'package*' --ignore docs/changelog.md --ignore docs/recent-changes.md
0 commit comments