Skip to content

Bump for 7.3.3 (#320) #20

Bump for 7.3.3 (#320)

Bump for 7.3.3 (#320) #20

Workflow file for this run

name: CD
concurrency: production
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
version:
type: choice
required: true
description: Version
options:
- conventional
- patch
- minor
- major
- prerelease