removed useless element in github workflow
This commit is contained in:
parent
dccc01ef49
commit
c3e2e626c8
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -2,12 +2,6 @@ name: Publish mod on Modrinth
|
|||||||
|
|
||||||
on: [ push, workflow_dispatch ]
|
on: [ push, workflow_dispatch ]
|
||||||
|
|
||||||
env:
|
|
||||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user