From ece31b40d9f71abb26f2d27cd6c8f507ff5d3446 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 7 Jan 2025 11:33:40 -0500 Subject: [PATCH] chore: correct version to 1.86.0, and fix for lint --- .github/workflows/release.yml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",