removed useless element in github workflow

This commit is contained in:
Adrien1106 2024-03-03 21:49:09 +01:00
parent dccc01ef49
commit c3e2e626c8

View File

@ -2,12 +2,6 @@ name: Publish mod on Modrinth
on: [ push, workflow_dispatch ]
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest