Skip to content

bump version

bump version #9

name: Changes approved; deploy to prod

Check failure on line 1 in .github/workflows/publish-prod-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-prod-package.yml

Invalid workflow file

`merge` is not a valid event name
on:
merge:
branches: [ "master" ]
jobs:
build:
permissions:
id-token: write # This is required for requesting the JWT
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x] # we should pull this from a common place
steps:
- uses: actions/checkout@v3