Skip to content

Commit

Permalink
chore: correct version to 1.86.0, and fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 7, 2025
1 parent 949df27 commit ece31b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ece31b4

Please sign in to comment.