Skip to content

2.0.0

2.0.0 #7

Workflow file for this run

name: Publish release
on:
release:
types: [created]
jobs:
release-js:
name: 'jsbt v0.4.4' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
with:
build-path: test/build
# slow-types: false
secrets:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
permissions:
contents: write
id-token: write
attestations: write