Skip to content

0.4.3

0.4.3 #2

Workflow file for this run

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