chore: pre-tag fixes — GitHub release relay, log filter, setter contracts, importer tests #123
@@ -60,6 +60,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_MIRROR_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_MIRROR_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
if [ -z "$GH_TOKEN" ]; then
|
||||||
|
echo "GH_MIRROR_TOKEN not set — skipping GitHub release relay"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
apk add --no-cache github-cli
|
apk add --no-cache github-cli
|
||||||
TAG="${{ github.ref_name }}"
|
TAG="${{ github.ref_name }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user