Compare commits

...

6 Commits

Author SHA1 Message Date
tastybento 246a4d4185 More Action 2023-08-06 12:26:19 -07:00
tastybento d066e58b32 GitHub Action test 2023-08-06 12:23:49 -07:00
tastybento 24b963fa9c Syntax 2023-08-06 12:20:48 -07:00
tastybento d47493c906 Fix syntax 2023-08-06 12:17:53 -07:00
tastybento 5cde5b624b Merge branch 'develop' of https://github.com/BentoBoxWorld/BSkyBlock.git into develop 2023-08-06 12:14:22 -07:00
tastybento 01e6f9263b Add Modrinth publish workflow for GitHub Actions 2023-08-06 12:14:14 -07:00
2 changed files with 16 additions and 0 deletions

1
.github/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

15
.github/workflows/modrinth.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Modrinth-Release
on:
release:
types: [published]
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: mc-publish
uses: Kir-Antipov/mc-publish@v3.3
with:
# Publish on Modrinth.
modrinth-id: bskyblock
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}