Skip to content

Merge branch 'master' of github.com:form8ion/shuttle into alpha #9

Merge branch 'master' of github.com:form8ion/shuttle into alpha

Merge branch 'master' of github.com:form8ion/shuttle into alpha #9

Workflow file for this run

name: Release
'on':
push:
branches:
- alpha
permissions:
contents: read
jobs:
release:
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
uses: form8ion/.github/.github/workflows/release-package.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}