diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a2ad994..c536331a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,13 +11,13 @@ jobs: ref: main - uses: ./.github/actions/prepare - run: pnpm build - - run: | + - env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: | git config --global user.email "git@joshuakgoldberg.com" git config --global user.name "Josh Goldberg" npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx release-it --preRelease=beta name: Release diff --git a/package.json b/package.json index 09914848..a20c16cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typescript-app", - "version": "1.85.0", + "version": "1.86.0", "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁", "repository": { "type": "git",