Skip to content

Commit

Permalink
chore(test): test differetn changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziobro committed Jan 4, 2023
1 parent 204f367 commit e368eee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ jobs:
needs: [push-tag]

steps:
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Build Changelog
# id: github_release
# uses: mikepenz/release-changelog-builder-action@v3.5.0
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create a GitHub release
uses: ncipollo/release-action@v1.12.0
with:
tag: ${{ needs.push-tag.outputs.chart-version }}
name: Release ${{ needs.push-tag.outputs.chart-version }}
# body: ${{ needs.push-tag.outputs.changelog }}
body: ${{ steps.github_release.outputs.changelog }}
body: ${{ needs.push-tag.outputs.changelog }}
# body: ${{ steps.github_release.outputs.changelog }}
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit e368eee

Please sign in to comment.