Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akloeckner authored Dec 23, 2024
1 parent b87ab1f commit 3a38acc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.github_token }}
version-file: custom_components/hafas/manifest.json
skip-version-file: true
git-push: false
pre-release: ${{ inputs.pre_release == true }}

- name: Update manifest.json
run: 'sed -i "s/0.0.1/${{ steps.changelog.outputs.version }}/g" custom_components/hafas/manifest.json'

- name: Create release
uses: actions/create-release@v1
if: >
Expand Down

0 comments on commit 3a38acc

Please sign in to comment.