Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Jul 28, 2023
1 parent 07c1893 commit a55e19b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,18 @@ jobs:
loaders: |
bungeecord
waterfall
dependencies: '[email protected](optional)'
- platforms: Spigot, Paper, Folia
directory: bukkit
loaders: |
spigot
paper
folia
dependencies: ''
- platforms: Velocity
directory: velocity
loaders: velocity
dependencies: '[email protected](optional)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -78,6 +81,7 @@ jobs:
game-version-filter: releases
game-versions: '>=1.19'
java: 16
dependencies: ${{ matrix.dependencies }}
modrinth-id: xss83sOY
modrinth-featured: false
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -94,6 +98,7 @@ jobs:
game-version-filter: releases
game-versions: '>=1.19'
java: 16
dependencies: ${{ matrix.dependencies }}
modrinth-id: xss83sOY
modrinth-featured: false
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit a55e19b

Please sign in to comment.