Update release.yml

Signed-off-by: Alpha <dev@alpha93.kr>
This commit is contained in:
Alpha
2024-11-02 18:44:27 +09:00
committed by GitHub
parent ae94d43098
commit 05215498c3

View File

@@ -113,7 +113,7 @@ jobs:
with:
repository: https://github.com/PlazmaMC/sources-api
directory: ./Plazma-API
branch: plazma/${{ env.version }}
branch: plazma/${{ env.VERSION }}
github_token: ${{ secrets.GH_PAT }}
force: true
@@ -123,7 +123,7 @@ jobs:
with:
repository: https://github.com/PlazmaMC/sources-server
directory: ./Plazma-Server
branch: plazma/${{ env.version }}
branch: plazma/${{ env.VERSION }}
github_token: ${{ secrets.GH_PAT }}
force: true
@@ -133,7 +133,7 @@ jobs:
with:
repository: https://github.com/PlazmaMC/Javadocs
directory: ./javadoc
branch: ${{ env.version }}
branch: ${{ env.VERSION }}
github_token: ${{ secrets.GH_PAT }}
force: true