Compare commits

..

No commits in common. "23f9e0f6bd6e36a1e3e36821d3d24cf433130423" and "7b78e882d848af05238173b4e0e20d1d1a769ada" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,8 @@ jobs:
node-version: "lts/*" node-version: "lts/*"
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Build
run: npm run build
- name: Release - name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release run: npx semantic-release

View File

@ -5,7 +5,7 @@
"description": "", "description": "",
"main": "build/index.js", "main": "build/index.js",
"repository": { "repository": {
"url": "gitea@git.lumeweb.com:LumeWeb/relay.git" "url": "https://git.lumeweb.com/LumeWeb/relay.git"
}, },
"author": { "author": {
"name": "Derrick Hammer", "name": "Derrick Hammer",