diff --git a/.github/workflows/modrinth.yml b/.github/workflows/modrinth.yml index d5bc4ed..7f3d1c7 100644 --- a/.github/workflows/modrinth.yml +++ b/.github/workflows/modrinth.yml @@ -3,10 +3,13 @@ on: release: types: [published] jobs: - steps: - - name: mc-publish - uses: Kir-Antipov/mc-publish@v3.3 - with: - # Publish on Modrinth. - modrinth-id: bskyblock - modrinth-token: ${{ secrets.MODRINTH_TOKEN }} \ No newline at end of file + 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 }} \ No newline at end of file