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 Sep 5, 2023
1 parent 58bbcff commit 205d842
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/publish-chart@v3.1.0
Expand Down

0 comments on commit 205d842

Please sign in to comment.