diff --git a/.github/workflows/alert-menta.yaml b/.github/workflows/alert-menta.yaml index 9002a8b..a9719cb 100644 --- a/.github/workflows/alert-menta.yaml +++ b/.github/workflows/alert-menta.yaml @@ -20,7 +20,7 @@ jobs: run: | curl -sLJO -H 'Accept: application/octet-stream' \ "https://${{ secrets.GH_TOKEN }}@api.github.com/repos/3-shake/alert-menta/releases/assets/$( \ - curl -sL "https://${{ secrets.GH_TOKEN }}@api.github.com/repos/3-shake/alert-menta/releases/tags/v0.1.0" \ + curl -sL "https://${{ secrets.GH_TOKEN }}@api.github.com/repos/3-shake/alert-menta/releases/tags/v0.1.2" \ | jq '.assets[] | select(.name | contains("Linux_x86")) | .id')" tar -zxvf alert-menta_Linux_x86_64.tar.gz