Skip to content

NuoDB Control Plane 2.3.1 #12

NuoDB Control Plane 2.3.1

NuoDB Control Plane 2.3.1 #12

Workflow file for this run

name: Update GitHub release tag, OpenAPI spec, and Helm index
on:
release:
types:
- published
jobs:
update_release:
runs-on: ubuntu-latest
env:
TAG: ${{ github.event.release.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git user
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Update release tag and OpenAPI spec
run: ./scripts/update-release.sh
- name: Update Helm index
run: ./scripts/update-index.sh