Skip to content

OPSEXP-2740: bump Alfresco components (#1172) #34

OPSEXP-2740: bump Alfresco components (#1172)

OPSEXP-2740: bump Alfresco components (#1172) #34

Workflow file for this run

---
name: Helm release
on:
push:
tags:
- v**
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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.27.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 }}