Skip to content

fix: add repository url to package json for npm provenance #94

fix: add repository url to package json for npm provenance

fix: add repository url to package json for npm provenance #94

Workflow file for this run

---
name: 🚀 Publish
on:
push:
branches:
- main
env:
HUSKY: 0
permissions:
contents: read
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm audit signatures
- run: npm run build
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run release