Update .gitea/workflows/release-nighty.yaml
All checks were successful
Build and Publish / Build and Publish Discord Bot (push) Successful in 21s
Build and Publish / Build and Publish Minecraft Mod (push) Successful in 8s

This commit is contained in:
xeovalyte 2023-08-11 12:12:30 +02:00
parent 4c1e01b3c4
commit 550542ae50

View File

@ -32,15 +32,15 @@ jobs:
tags: gitea.xeovalyte.dev/xeovalyte/polarcraft:nightly tags: gitea.xeovalyte.dev/xeovalyte/polarcraft:nightly
Build and Publish Minecraft Mod: Build and Publish Minecraft Mod:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: Kir-Antipov/mc-publish@v3.3 - uses: Kir-Antipov/mc-publish@v3.3
working-directory: ./mod working-directory: ./mod
with: with:
github_token: ${{ secrets.GITEA_TOKEN }} github_token: ${{ secrets.GITEA_TOKEN }}