Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Nov 25, 2021
1 parent de8d710 commit ddecf24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshot_publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Snapshot Publish
on:
workflow_dispatch:
push:
branches:
- 1.*
Expand All @@ -14,7 +15,7 @@ jobs:
with:
distribution: adopt
java-version: 16
- run: "./gradlew :forge:publish :fabric:publish --no-daemon"
- run: ./gradlew publish --no-daemon
env:
MAVEN_URL: "https://maven.waffle.coffee/snapshots"
MAVEN_USER: ${{ secrets.MAVEN_USER }}
Expand Down

0 comments on commit ddecf24

Please sign in to comment.