Skip to content

Commit c86fb00

Browse files
authored
Update rollback.yml
1 parent 65c3cf7 commit c86fb00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rollback.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
14-
with:
15-
ref: next
13+
- run: git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
1614
- uses: ./.github/actions/setup
1715
- run: npm run build
1816
- 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

Comments
 (0)