Compare commits
No commits in common. "23f9e0f6bd6e36a1e3e36821d3d24cf433130423" and "7b78e882d848af05238173b4e0e20d1d1a769ada" have entirely different histories.
23f9e0f6bd
...
7b78e882d8
|
@ -25,7 +25,8 @@ jobs:
|
|||
node-version: "lts/*"
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npx semantic-release
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "",
|
||||
"main": "build/index.js",
|
||||
"repository": {
|
||||
"url": "gitea@git.lumeweb.com:LumeWeb/relay.git"
|
||||
"url": "https://git.lumeweb.com/LumeWeb/relay.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Derrick Hammer",
|
||||
|
|
Loading…
Reference in New Issue