diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 9cad8379b..12b667e53 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -14,9 +14,9 @@ jobs: id-token: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Use Node.js 24.x - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v6 with: node-version: 24.x cache: 'npm' @@ -43,8 +43,6 @@ jobs: access: public gitlab-token: ${{ secrets.GITLAB_CDN_DEPLOYER_TOKEN }} gitlab-pipeline-url: ${{ secrets.GITLAB_CDN_DEPLOYER_URL }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create Sentry release if: github.event_name == 'release' && github.event.action == 'created' uses: getsentry/action-release@v1 diff --git a/package.json b/package.json index d2ad5f428..6f19e8749 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/decentraland/builder.git" + "url": "git+https://github.com/decentraland/builder.git" }, "engines": { "node": "24"