diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index a592614..6bfc4a9 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -33,7 +33,8 @@ jobs: - name: Setup git run: | - git config user.name 'Samuel Jensen' + git config user.name ${{GIT_USER_NAME}} + git config user.email ${{GIT_USER_EMAIL}} - name: Bump version run: npm version ${{ github.event.inputs.version }} diff --git a/package.json b/package.json index f0af2ce..649c2f0 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,7 @@ "quality": "biome check .", "quality:fix": "biome check . --write --unsafe" }, - "files": [ - "build", - "package.json", - "README.md" - ], + "files": ["build", "package.json", "README.md"], "exports": { ".": "./build/index.js", "./package.json": "./package.json"