From 467971ae5b469dd5f2008d5a77eae6f7e80972f5 Mon Sep 17 00:00:00 2001 From: Charlie Porth Date: Tue, 10 Sep 2024 10:48:20 -0500 Subject: [PATCH] Updated v for awk --- .github/workflows/build.yml | 2 +- scripts/tailscale_v1.72.1_.tgz | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 scripts/tailscale_v1.72.1_.tgz diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c17a858..026987f 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - id: new_version name: Early exit if no new version - run: export RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq '.[] | select(.name | endswith("pre") | not)' | jq -r '.name' | head -n +1); echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV + run: export RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq '.[] | select(.name | endswith("pre") | not)' | jq -r '.name' | head -n +1 | awk -Fv '{print $2}')); echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV - run: export RELEASE_VERSION_CTP_ASUSTOR_TS=$(curl --silent "https://api.github.com/repos/charlieporth1/asustor-tailscale/tags" | jq -r '.[0].name'); echo "RELEASE_VERSION_CTP_ASUSTOR_TS=$RELEASE_VERSION_CTP_ASUSTOR_TS" >> $GITHUB_ENV - id: checkout diff --git a/scripts/tailscale_v1.72.1_.tgz b/scripts/tailscale_v1.72.1_.tgz new file mode 100644 index 0000000..e3bf314 --- /dev/null +++ b/scripts/tailscale_v1.72.1_.tgz @@ -0,0 +1 @@ +Not Found