Skip to content

Commit 8764a26

Browse files
committed
remove uncessary configuration steps
1 parent eee5595 commit 8764a26

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
registry-url: 'https://npm.pkg.github.com'
34-
registry-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
34+
registry-token: ${{ secrets.GITHUB_TOKEN }}
3535
increment: ${{ github.event.inputs.increment }}
3636
preid: ${{ github.event.inputs.preid }}
3737
- uses: aboutbits/github-actions-base/github-create-release@v2

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"eslint-config-prettier": "^8.8.0 || ^9.1.0"
5555
},
5656
"devDependencies": {
57-
"@aboutbits/prettier-config": "^2.0.1",
58-
"@aboutbits/ts-config": "^1.1.15",
57+
"@aboutbits/prettier-config": "^2.0.2",
58+
"@aboutbits/ts-config": "^1.1.16",
5959
"@next/eslint-plugin-next": "^13.4.11",
6060
"@types/react": "^18.2.69",
6161
"@types/react-dom": "^18.2.22",

0 commit comments

Comments
 (0)