Skip to content

Commit

Permalink
Add Modrinth publish workflow for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Aug 6, 2023
1 parent 0e0c0b2 commit 01e6f92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
10 changes: 10 additions & 0 deletions .github/workflows/modrinth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Modrinth-Release
on:
release:
types: [published]
steps:
- uses: Kir-Antipov/mc-publish@v3.3
with:
# Publish on Modrinth.
modrinth-id: bskyblock
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

0 comments on commit 01e6f92

Please sign in to comment.