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
|
||||
|
||||
|
||||
Build and Publish Minecraft Mod:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
Build and Publish Minecraft Mod:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: Kir-Antipov/mc-publish@v3.3
|
||||
working-directory: ./mod
|
||||
with:
|
||||
github_token: ${{ secrets.GITEA_TOKEN }}
|
||||
- uses: Kir-Antipov/mc-publish@v3.3
|
||||
working-directory: ./mod
|
||||
with:
|
||||
github_token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user