Skip to content

Commit 328ee20

Browse files
committed
chore: Temporarily stop release
1 parent 641170d commit 328ee20

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ jobs:
186186
echo "Uploading $i"
187187
/usr/bin/github-assets-uploader -f $i -mediatype application/octet-stream -token $github_token -overwrite -repo $github_repository -tag $release_tag
188188
done
189-
trigger-package-repo:
190-
name: Trigger package repo to update
191-
runs-on: ubuntu-latest
192-
needs: [debian-packager, rpm-packager]
193-
if: ${{ !endsWith(github.event.release.tag_name,'-rc') }}
194-
steps:
195-
- name: Setup environment
196-
run: |
197-
TRIGGER_URL="http://update.repo.swiftwave.org/?repo_name=${github_repository}&release_tag=${release_tag}"
198-
curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' $TRIGGER_URL
189+
# trigger-package-repo:
190+
# name: Trigger package repo to update
191+
# runs-on: ubuntu-latest
192+
# needs: [debian-packager, rpm-packager]
193+
# if: ${{ !endsWith(github.event.release.tag_name,'-rc') }}
194+
# steps:
195+
# - name: Setup environment
196+
# run: |
197+
# TRIGGER_URL="http://update.repo.swiftwave.org/?repo_name=${github_repository}&release_tag=${release_tag}"
198+
# curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' $TRIGGER_URL

0 commit comments

Comments
 (0)