Skip to content

Merge pull request #87 from trifork/fix/docs #187

Merge pull request #87 from trifork/fix/docs

Merge pull request #87 from trifork/fix/docs #187

Workflow file for this run

name: Release to Github releases
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-and-prerelease:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
fetch-depth: 0
- name: cheetah-application
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: cheetah-application
token: ${{ secrets.GITHUB_TOKEN }}
- name: cheetah-flink-native
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: cheetah-flink-native
token: ${{ secrets.GITHUB_TOKEN }}
- name: flink-job
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: flink-job
token: ${{ secrets.GITHUB_TOKEN }}
- name: image-automation
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: image-automation
token: ${{ secrets.GITHUB_TOKEN }}