Skip to content

chore: bump version to 2.14.3 #22

chore: bump version to 2.14.3

chore: bump version to 2.14.3 #22

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags: ["*"]
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
build:
name: Build
needs: verify
uses: ./.github/workflows/build.yml
test:
name: Test
needs: build
uses: ./.github/workflows/test.yml
deploy:
name: Deploy
needs: test
secrets: inherit
uses: ./.github/workflows/deploy.yml