Skip to content

Update classes to the latest schema (#6) #3

Update classes to the latest schema (#6)

Update classes to the latest schema (#6) #3

Workflow file for this run

on:
push:
tags:
- 'cloudformation*'
name: Create release from tag
jobs:
pkl:
name: Pkl
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ./.github/workflows/pkl.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}