Skip to content

v1.3.3-rc.1

v1.3.3-rc.1 #38

Workflow file for this run

name: GPR release
on:
release:
types: [published]
jobs:
deploy-gpr:
name: GPR
uses: ./.github/workflows/template-deploy.yml
with:
registry-url: npm.pkg.github.com
secrets:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}