Skip to content

Commit 59df690

Browse files
authored
Merge branch '1.21.5' into fix/freecam-baritone-169
2 parents 4dbd3f7 + e459919 commit 59df690

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)