From 08c328f9006c26ec5085464e0220f8a64093d910 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:28:03 -0700 Subject: [PATCH] Update release action --- .github/workflows/build.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 849d5f681c5..38705e76674 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: arguments: publish - name: Get Release Metadata #if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }} - uses: Kas-tle/base-release-action@d65e0bf6a5883cedd7ca8eef1a0323c9d7518cbe + uses: Kas-tle/base-release-action@664c39985eb9d0d393ce98e7eb8414d3d98e762a with: appID: ${{ secrets.RELEASE_APP_ID }} appPrivateKey: ${{ secrets.RELEASE_APP_PK }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index dbea44521b1..b1b93d0df2c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,7 +24,7 @@ jobs: ls -a - name: Get Preview Metadata #if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }} - uses: Kas-tle/base-release-action@d65e0bf6a5883cedd7ca8eef1a0323c9d7518cbe + uses: Kas-tle/base-release-action@664c39985eb9d0d393ce98e7eb8414d3d98e762a with: appID: ${{ secrets.RELEASE_APP_ID }} appPrivateKey: ${{ secrets.RELEASE_APP_PK }}