From 2e9fd635aa2640b7ce11b7746a68f0d9d8ac463c Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Mon, 15 Mar 2021 20:20:50 +0100 Subject: [PATCH] Get requirements on release package --- .github/workflows/release-package.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 934a74a..9fd3cd3 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -9,6 +9,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + # Get WoltLab API package + - uses: actions/checkout@v2 + with: + repository: KittMedia/com.kittmedia.wcf.woltlabapi + ref: master + path: requirements/com.kittmedia.wcf.woltlabapi + # Create package - name: WoltLab Suite Package Creation uses: KittMedia/action-wsc-package-create@main - name: Create Release