Skip to content

Commit

Permalink
protip: be sure to check the docs when you make something
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 authored Nov 2, 2024
1 parent 0521549 commit 72565be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
uses: ad-m/github-push-action@master
with:
repository: https://github.com/PlazmaMC/sources-api
repository: PlazmaMC/sources-api
directory: ./Plazma-API
branch: plazma/${{ env.VERSION }}
github_token: ${{ secrets.GH_PAT }}
Expand All @@ -121,7 +121,7 @@ jobs:
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
uses: ad-m/github-push-action@master
with:
repository: https://github.com/PlazmaMC/sources-server
repository: PlazmaMC/sources-server
directory: ./Plazma-Server
branch: plazma/${{ env.VERSION }}
github_token: ${{ secrets.GH_PAT }}
Expand All @@ -131,7 +131,7 @@ jobs:
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
uses: ad-m/github-push-action@master
with:
repository: https://github.com/PlazmaMC/Javadocs
repository: PlazmaMC/Javadocs
directory: ./javadoc
branch: ${{ env.VERSION }}
github_token: ${{ secrets.GH_PAT }}
Expand All @@ -151,7 +151,7 @@ jobs:
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
uses: ad-m/github-push-action@master
with:
repository: https://github.com/PlazmaMC/Javadocs
repository: PlazmaMC/Javadocs
directory: ./jdmain
github_token: ${{ secrets.GH_PAT }}

Expand Down

0 comments on commit 72565be

Please sign in to comment.