Skip to content

Commit

Permalink
create system variable to publish automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jan 22, 2024
1 parent ed5b2e3 commit e4acf7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Gradle Build
run: gradle shadowJar
- name: Modrinth publishing
run: gradle modrinth
run: gradle modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

0 comments on commit e4acf7f

Please sign in to comment.