Skip to content

OPSEXP-2651 Release alfresco-content-services v8.1.1 chart (#1140) #32

OPSEXP-2651 Release alfresco-content-services v8.1.1 chart (#1140)

OPSEXP-2651 Release alfresco-content-services v8.1.1 chart (#1140) #32

Workflow file for this run

---
name: Helm release
on:
push:
tags:
- v**
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Ensure no dependencies are pre-release versions
run: |
! grep -e "-alpha" -e "-SNAPSHOT" helm/alfresco-content-services/Chart.yaml
- name: Publish chart
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.23.0
with:
chart_name: alfresco-content-services
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
github_username: ${{ secrets.BOT_GITHUB_USERNAME }}
github_email: ${{ secrets.BOT_GITHUB_EMAIL }}