Skip to content

Commit

Permalink
feat: testing out package version 1.14.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 15, 2022
1 parent 2338f6b commit 69e2617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
fetch-depth: 0
- uses: ./.github/actions/prepare
- run: git config user.name "${GITHUB_ACTOR}"
- run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: git config user.name "release-it"
- run: git config user.email "release-it@users.noreply.github.com"
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,5 +62,5 @@
"test": "vitest"
},
"type": "module",
"version": "1.12.0"
"version": "1.14.0"
}

0 comments on commit 69e2617

Please sign in to comment.