Skip to content

Commit

Permalink
+changelog-ignore: ci: sync mo.io on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Jan 22, 2024
1 parent 3119714 commit 6480014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,6 @@ jobs:
body: |
Compare https://github.com/${{ github.repository }}/compare/${{ env.previous_tag }}...${{env.SEMVER}}
${{ steps.changelog.outputs.changelog }}
${{ steps.changelog.outputs.changelog }}
- name: Sync mod.io
uses: ./.github/workflows/sync-readme.yml
1 change: 1 addition & 0 deletions .github/workflows/sync-readme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Sync mod.io README and Images'
on:
workflow_dispatch:
workflow_call:
repository_dispatch:
types: [sync-readme]
jobs:
Expand Down

0 comments on commit 6480014

Please sign in to comment.