Skip to content

feat(lift): leverage project plugin update to enable calling language… #1

feat(lift): leverage project plugin update to enable calling language…

feat(lift): leverage project plugin update to enable calling language… #1

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 }}