Skip to content

Commit

Permalink
fix: Attempt at publishing on github #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod committed Feb 7, 2024
1 parent dc520f1 commit 886e1d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: npx publish
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Packaging RDF data",
"main": "dist/index.js",
"author": "Ruben Dedecker <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SolidLabResearch/RDF-Package.git"
},
"keywords": [
"turtle",
"rdf",
Expand Down

0 comments on commit 886e1d8

Please sign in to comment.