Skip to content

feat: add IPNI EntryChunk encoding (#18) #19

feat: add IPNI EntryChunk encoding (#18)

feat: add IPNI EntryChunk encoding (#18) #19

Workflow file for this run

on:
push:
branches:
- main
name: Release
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: '@web3-storage/ipni'
- uses: actions/checkout@v3
- uses: ./.github/actions/test
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}