Skip to content

Commit

Permalink
Get requirements on release package
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Mar 15, 2021
1 parent 61ac8f7 commit 2e9fd63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e9fd63

Please sign in to comment.