mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-22 11:45:36 +01:00
9599935527
* Translate fr.yml via GitLocalize (#501) Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> * Update Github Action build script * Added distribution required for Github Action * Update perms list * Fix deprecation code for setting world settings * Fix duplicate permission listing * Fix typo * Updated POM version numbers * Update Jacoco * Update pom.xml * Add Modrinth publish workflow for GitHub Actions * Fix syntax * Syntax * GitHub Action test * More Action * Update to BentoBox 2.0.0 API * Updated island blueprints to 1.20.4 Grass was missing. * Fix tests --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
15 lines
333 B
YAML
15 lines
333 B
YAML
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 }} |