We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4760577 commit fa5b938Copy full SHA for fa5b938
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
9
env:
10
SLNE_RELEASES_REPO_USERNAME: ${{ secrets.SLNE_RELEASES_REPO_USERNAME }}
11
SLNE_RELEASES_REPO_PASSWORD: ${{ secrets.SLNE_RELEASES_REPO_PASSWORD }}
12
- MODULE_REGEX: "surf-transaction-api.*-all\\.jar$|surf-transaction-core.*-all\\.jar$|surf-transaction-paper.*-all\\.jar$|surf-transaction-velocity.*-all\\.jar$|surf-transaction-fallback.*-all\\.jar$"
+ MODULE_REGEX: "surf-transaction-paper.*-all\\.jar$|surf-transaction-velocity.*-all\\.jar$|surf-transaction-server.*-all\\.jar$"
13
14
jobs:
15
build:
0 commit comments