Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Nov 15, 2023
1 parent 9cda1e6 commit 9cdc1ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Release

on: [workflow_dispatch] # Manual trigger
on:
release:
types:
- published

permissions:
contents: write
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'dev.architectury.loom' version '1.4-SNAPSHOT'
id 'dev.architectury.loom' version '1.3-SNAPSHOT'
id 'io.github.juuxel.loom-vineflower' version '1.+'
id 'java-library'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
Expand Down

0 comments on commit 9cdc1ee

Please sign in to comment.