Release edb-postgres-distributed-for-kubernetes-v0.2.4 (#149) #48
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release-publish | |
on: | |
push: | |
tags: | |
- '*v[0-9]+.[0-9]+.[0-9]+' | |
jobs: | |
release: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: Publish Helm charts | |
uses: stefanprodan/[email protected] | |
with: | |
helm_version: 3.11.3 | |
token: "${{ secrets.REPO_GHA_PAT }}" | |
update-gh-pages: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
with: | |
ref: gh-pages | |
fetch-depth: 0 | |
- name: Update miscellaneous files | |
run: | | |
git checkout origin/main README.md LICENSE CODEOWNERS CODE-OF-CONDUCT.md | |
- name: Commit changes | |
uses: EndBug/add-and-commit@v9 | |
with: | |
author_name: EnterpriseDB Automated Updates | |
author_email: [email protected] | |
message: 'chore: Automatic Update' |