6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: https://github.com/PlazmaMC/sources-api
|
repository: https://github.com/PlazmaMC/sources-api
|
||||||
directory: ./Plazma-API
|
directory: ./Plazma-API
|
||||||
branch: plazma/${{ env.version }}
|
branch: plazma/${{ env.VERSION }}
|
||||||
github_token: ${{ secrets.GH_PAT }}
|
github_token: ${{ secrets.GH_PAT }}
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: https://github.com/PlazmaMC/sources-server
|
repository: https://github.com/PlazmaMC/sources-server
|
||||||
directory: ./Plazma-Server
|
directory: ./Plazma-Server
|
||||||
branch: plazma/${{ env.version }}
|
branch: plazma/${{ env.VERSION }}
|
||||||
github_token: ${{ secrets.GH_PAT }}
|
github_token: ${{ secrets.GH_PAT }}
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
@@ -133,7 +133,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: https://github.com/PlazmaMC/Javadocs
|
repository: https://github.com/PlazmaMC/Javadocs
|
||||||
directory: ./javadoc
|
directory: ./javadoc
|
||||||
branch: ${{ env.version }}
|
branch: ${{ env.VERSION }}
|
||||||
github_token: ${{ secrets.GH_PAT }}
|
github_token: ${{ secrets.GH_PAT }}
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user