Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down