diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d64888..73111eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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