Compare commits

..

4 Commits

2 changed files with 3 additions and 4 deletions

View File

@ -25,8 +25,7 @@ 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": "https://git.lumeweb.com/LumeWeb/relay.git" "url": "gitea@git.lumeweb.com:LumeWeb/relay.git"
}, },
"author": { "author": {
"name": "Derrick Hammer", "name": "Derrick Hammer",