Skip to content

Commit 55844c7

Browse files
committed
ci: use next version of checks workflow
1 parent 9aa4b08 commit 55844c7

File tree

4 files changed

+4
-48
lines changed

4 files changed

+4
-48
lines changed

.github/lock.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/stale.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
test:
9-
uses: adonisjs/.github/.github/workflows/test.yml@main
9+
uses: adonisjs/.github/.github/workflows/test.yml@next
1010

1111
lint:
12-
uses: adonisjs/.github/.github/workflows/lint.yml@main
12+
uses: adonisjs/.github/.github/workflows/lint.yml@next
1313

1414
typecheck:
15-
uses: adonisjs/.github/.github/workflows/typecheck.yml@main
15+
uses: adonisjs/.github/.github/workflows/typecheck.yml@next

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
- run: npm install
28-
- run: npm run release -- --ci
28+
- run: npm run release major -- --ci --preRelease=next
2929
env:
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)