Skip to content

types: introduce XYZ_16 and XYZ_32 #61

types: introduce XYZ_16 and XYZ_32

types: introduce XYZ_16 and XYZ_32 #61

Workflow file for this run

name: Publish a pre-release
permissions:
contents: write
on:
push:
branches:
- develop
jobs:
publish_prerelease:
name: 'Create a prerelease'
uses: ./.github/workflows/release.yml
if: |
github.ref == 'refs/heads/develop' &&
vars.RELEASE_ENABLE == 'true'
with:
release_name: 'Development snapshot'
draft: false
prerelease: true
tag_name: 'latest'
secrets: inherit