6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user