File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Sync release
1+ Name : Sync release
22on :
33 workflow_dispatch :
44 repository_dispatch :
2525 - name : Check tags
2626 id : check
2727 run : |
28- SOURCE_TAGS=$(gh api repos/$SOURCE_REPO/tags | jq -r '.[].name' | sort)
28+ SOURCE_TAGS=$(gh api repos/$SOURCE_REPO/tags | jq -r '.[].name' | grep "^AZenith" | sort)
2929 CURRENT_TAGS=$(gh api repos/$GITHUB_REPOSITORY/tags | jq -r '.[].name' | sort)
3030 MISSING=$(comm -23 <(echo "$SOURCE_TAGS") <(echo "$CURRENT_TAGS"))
3131 MISSING_JSON=$(echo "$MISSING" | jq -R -s -c 'split("\n")[:-1] | map(select(. != ""))')
7070 echo "$BODY" >> $GITHUB_OUTPUT
7171 echo "EOF" >> $GITHUB_OUTPUT
7272
73-
7473 - name : Create Release
7574 uses : KernelSU-Modules-Repo/module_release@main
7675 with :
8180
8281 - uses : actions/attest-build-provenance@v3
8382 with :
84- subject-path : " ${{ steps.download.outputs.asset_name }}"
83+ subject-path : " ${{ steps.download.outputs.asset_name }}"
You can’t perform that action at this time.
0 commit comments