Skip to content

Commit a46ade5

Browse files
committed
Ignore Antares
1 parent 72836c8 commit a46ade5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/sync.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync release
1+
Name: Sync release
22
on:
33
workflow_dispatch:
44
repository_dispatch:
@@ -25,7 +25,7 @@ jobs:
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(. != ""))')
@@ -70,7 +70,6 @@ jobs:
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:
@@ -81,4 +80,4 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)