release-test
This commit is contained in:
parent
a3eac086b6
commit
018281c148
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- name: test em
|
- name: test em
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "dda-masto-embed",
|
"name": "dda-masto-embed",
|
||||||
"description": "Renders mastodon statuses to a website using just JS, no additional server needed.",
|
"description": "Renders mastodon statuses to a website using just JS, no additional server needed.",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4-dev-0",
|
||||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||||
"license": "APACHE2.0",
|
"license": "APACHE2.0",
|
||||||
|
|
Loading…
Reference in a new issue