Skip to content

Commit 721501c

Browse files
authored
Merge branch '1.21.5' into refactor/rendering
2 parents 98ac9f8 + e459919 commit 721501c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
all: true
4646

4747
- name: Publish snapshot to maven
48-
if: github.event_name == 'push'
48+
# if: github.event_name == 'push'
4949
id: upload
5050
run: ./gradlew publish -PmavenType=snapshots -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
5151

0 commit comments

Comments
 (0)