diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a80069cbe..ac1be0b94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -572,7 +572,7 @@ jobs: continue-on-error: true - name: Release env: - NPM_DIST_TAG: v3-latest + NPM_DIST_TAG: latest NPM_REGISTRY: registry.npmjs.org NPM_CONFIG_PROVENANCE: "true" NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.projenrc.ts b/.projenrc.ts index f17ca6921..806c300cd 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -638,7 +638,6 @@ const cdkAssets = configureProject( run: 'npx projen shrinkwrap', }, ], - npmDistTag: 'v3-latest', majorVersion: 3, jestOptions: jestOptionsForProject({