Skip to content

Commit

Permalink
Copy changelog into chart
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 6, 2023
1 parent e4e5780 commit 863e2f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Prepare for publish
if: steps.changesets.outputs.hasChangesets == 'false'
run: |
cp -f CHANGELOG.md charts/openproject/CHANGELOG.md
- name: Publish
if: steps.changesets.outputs.hasChangesets == 'false'
uses: helm/[email protected]
Expand All @@ -72,6 +77,7 @@ jobs:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Login to GitHub Container Registry
if: steps.changesets.outputs.hasChangesets == 'false'
uses: docker/login-action@v1
Expand Down

0 comments on commit 863e2f6

Please sign in to comment.