Skip to content

1.2.1

1.2.1 #132

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
call-workflow:
uses: platformbuilders/actions-workflows/.github/workflows/publish-lib.yml@main
secrets:
GITHUB_PACKAGES_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}