Skip to content

Commit

Permalink
Do better
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 16, 2024
1 parent 5c287d7 commit c9a1b14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release Workflow

on: [merge, push]
on: [push]

jobs:
release-managment:
Expand Down Expand Up @@ -36,11 +36,15 @@ jobs:
# Update the summary in info.xml
sed -i "s|<summary>.*</summary>|<summary>${description}</summary>|" apinfo/info.xml
- name: Commit and push updated info.xml
- name: Run Changelog CI
uses: saadmk11/[email protected]

- name: Commit and push updated info.xml and changelog.md
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add apinfo/info.xml
git add changelog.md
git commit -m "Update version and summary in info.xml to ${{ steps.version.outputs.version }}"
git push origin ${{ github.head_ref }}
Expand Down

0 comments on commit c9a1b14

Please sign in to comment.