diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7b8a251973..572022e4c8 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -38,9 +38,6 @@ jobs: echo "@google-gemini:registry=https://npm.pkg.github.com/" > .npmrc echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc - - name: 'Prepare for GitHub release' - run: 'node scripts/prepare-github-release.js' - - name: 'Bundle' run: 'npm run bundle' @@ -54,6 +51,9 @@ jobs: compression: 'none' clean-script: 'clean' + - name: 'Prepare for GitHub release' + run: 'node scripts/prepare-github-release.js' + - name: 'Set CI Version' id: 'version' run: |