Skip to content

Commit 2ec2daf

Browse files
committed
Run ReproRunner in publish prerelease
1 parent 775349b commit 2ec2daf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish-prerelease.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ jobs:
2020
uses: ./.github/workflows/_reusable-ci.yml
2121
secrets: inherit
2222

23+
reprorunner:
24+
uses: ./.github/workflows/reprorunner.yml
25+
needs: ci-checks
26+
secrets: inherit
27+
2328
publish:
2429
name: Pack & Publish
2530
runs-on: ubuntu-latest
26-
needs: ci-checks
31+
needs: [ci-checks, reprorunner]
2732
permissions:
2833
contents: write
2934

0 commit comments

Comments
 (0)