Skip to content

Commit

Permalink
OPSEXP-1908 ensure no deps are pre-release at release time (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored and alxgomz committed Jan 23, 2024
1 parent b9281cb commit 77458d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Ensure no dependencies are pre-release versions
run: |
! grep -e "-alpha" -e "-SNAPSHOT" helm/${{ matrix.charts }}/Chart.yaml
- name: Publish chart
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
Expand Down

0 comments on commit 77458d5

Please sign in to comment.