diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb05c322..6fd8ab8e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,10 +29,8 @@ jobs: run: npm ci - name: Set up git user run: | - git config user.name "${GITHUB_ACTOR}" - git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - env: - GITHUB_ACTOR: ${{ github.actor }} + git config --global user.name "GitHub Actions Bot" + git config --global user.email "actions@github.com" - name: Publish to npm run: npm run release -- --ci --verbose env: diff --git a/package-lock.json b/package-lock.json index 61b2cc96..07b7ec40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil-community/web-types-output-target", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stencil-community/web-types-output-target", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "devDependencies": { "@ionic/prettier-config": "^4.0.0", diff --git a/package.json b/package.json index b8d70ad4..c3f78030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil-community/web-types-output-target", - "version": "1.0.6", + "version": "1.0.7", "description": "a stencil output target for generating web types", "main": "dist/index.js", "files": [