Skip to content

Commit

Permalink
Create branch gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoareguer committed Feb 12, 2021
1 parent a363509 commit 4dc72ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ jobs:
run: |
git tag -a ${{ github.event.inputs.release_number }} -m "[bot] release ${{ github.event.inputs.release_number }}"
git push origin ${{ github.event.inputs.release_number }}
- name: Package Helm chart
id: package-helm-chart
- name: Install Helm
run: |
mkdir build
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Package Helm chart
id: package-helm-chart
run: |
mkdir build
helm package helm/defectdojo/ --destination ./build
echo "::set-output name=chart_version::$(ls build | cut -d '-' -f 2 | sed 's|\.tgz||')"
- name: Create release ${{ github.event.inputs.release_number }}
Expand Down

0 comments on commit 4dc72ac

Please sign in to comment.