From 05215498c3e7b15d51a7cc60c05580920970940e Mon Sep 17 00:00:00 2001 From: Alpha Date: Sat, 2 Nov 2024 18:44:27 +0900 Subject: [PATCH] Update release.yml Signed-off-by: Alpha --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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