From 886e1d857942324a2576ef8a4a15b424488f4684 Mon Sep 17 00:00:00 2001 From: "Ruben D." Date: Wed, 7 Feb 2024 16:47:02 +0100 Subject: [PATCH] fix: Attempt at publishing on github #2 --- .github/workflows/ci.yml | 3 ++- package.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c799bf..392888e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,11 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20.x + registry-url: 'https://npm.pkg.github.com' - run: npm ci - run: npm run build - name: Release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ github.token }} - run: npx semantic-release@22 \ No newline at end of file + run: npx publish \ No newline at end of file diff --git a/package.json b/package.json index 2db4db6..f66a4dd 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Packaging RDF data", "main": "dist/index.js", "author": "Ruben Dedecker ", + "repository": { + "type": "git", + "url": "https://github.com/SolidLabResearch/RDF-Package.git" + }, "keywords": [ "turtle", "rdf",