Skip to content

Commit 6085800

Browse files
committed
ci: update release workflow CI configuration
1 parent 7e0466f commit 6085800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- all
1616
- adventure
1717
- joml
18+
- paper
1819
- value-providers
1920

2021
concurrency:
@@ -55,6 +56,7 @@ jobs:
5556
./gradlew \
5657
:modules:adventure:publish \
5758
:modules:joml:publish \
59+
:modules:paper:publish \
5860
:modules:value-providers:publish
5961
else
6062
./gradlew :modules:${{ github.event.inputs.module }}:publish

0 commit comments

Comments
 (0)