Update .gitea/workflows/release-nighty.yaml
This commit is contained in:
parent
4c1e01b3c4
commit
550542ae50
@ -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 }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user