Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Manual publish
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Aug 12, 2023
1 parent cffc07b commit 305a23c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

name: publish
on:
push:
tags:
- 'v*'
on: [workflow_dispatch]

jobs:
publish:
Expand Down Expand Up @@ -43,6 +40,10 @@ jobs:
java: |
17
github-tag: v${{ env.VERSION_PLAIN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-prerelease: false

modrinth-id: 6N4iGk9g
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: true
Expand Down

0 comments on commit 305a23c

Please sign in to comment.