diff --git a/.github/workflows/release-pkg.yaml b/.github/workflows/release-pkg.yaml index 1cbcf5f02..ab7c3a8d1 100644 --- a/.github/workflows/release-pkg.yaml +++ b/.github/workflows/release-pkg.yaml @@ -63,11 +63,6 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true - - name: Sync GitHub Release - run: pnpm run changelogithub - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - release-github: name: Release to GitHub Packages runs-on: ubuntu-24.04 diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index a7955cccd..d424496af 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -61,7 +61,7 @@ jobs: if: matrix.platform == 'linux' # This must match the platform value defined above. run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf + sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libglib2.0-dev - name: Get pnpm store directory shell: bash