Skip to content

Commit

Permalink
Update rollback.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Aug 25, 2024
1 parent 65c3cf7 commit c86fb00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: next
- run: git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
- uses: ./.github/actions/setup
- run: npm run build
- run: npx pr-release rollback --verbose --target master --source next --verbose --ignore 'package*' --ignore docs/changelog.md --ignore docs/recent-changes.md
Expand Down

0 comments on commit c86fb00

Please sign in to comment.