Fix dumb substitution typo

This commit is contained in:
EinDev 2023-12-29 22:27:10 +01:00
parent 20ff3f2f1a
commit 1f9b290faf
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ jobs:
uses: stCarolas/setup-maven@v4.5
- name: Package plugin
run: mvn package -Dspigot.version=${matrix.spigot}
run: mvn package -Dspigot.version=${{ matrix.spigot }}
build:
runs-on: ubuntu-latest