Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 15, 2024
1 parent 5312121 commit 08c328f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 08c328f

Please sign in to comment.