Skip to content

Commit

Permalink
chore: Bump changelog to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sbouchet authored Mar 19, 2024
1 parent 78fe2cd commit c1a2a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- name: Simple conventional changelog
uses: lstocchi/simple-conventional-changelog@6d1e7245f5829b6d5130f9f5525096f307754e52 #0.0.6
uses: redhat-developer/simple-conventional-changelog@0a6db1ac3910c2cf66f2e1a530951dba1ece8540 #0.0.12
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,4 +45,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: '${{ github.workspace }}/build/distributions/Telemetry by Red Hat-${{ steps.get_version.outputs.VERSION }}.zip'
asset_name: 'Telemetry by Red Hat-${{ steps.get_version.outputs.VERSION }}.zip'
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit c1a2a88

Please sign in to comment.