Skip to content

Commit

Permalink
ci: fix sync action path
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Aug 9, 2024
1 parent f9c6e7f commit c56c3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
name: Sync to MAA Main Repository
if: ${{ fromJson(needs.meta.outputs.publish) && !fromJson(needs.meta.outputs.prerelease) }}
needs: [meta, release]
uses: ./.github/workflows/sync-main.yml
uses: ./.github/workflows/sync.yml
with:
version: ${{ needs.meta.outputs.version }}
dryrun: false
Expand Down

0 comments on commit c56c3dc

Please sign in to comment.