Skip to content

Commit

Permalink
don't lookup latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Briggs <[email protected]>
  • Loading branch information
jaxxstorm committed Jul 7, 2024
1 parent 408d716 commit 0eefde4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ runs:
VERSION: ${{ inputs.version }}
SHA256SUM: ${{ inputs.sha256sum }}
run: |
if [ "$VERSION" = "latest" ]; then
VERSION=$(curl -s https://pkgs.tailscale.com/stable/ | grep -o 'value="[0-9.]*"' | sed 's/value="//;s/"//' | sort -V | tail -n 1)
echo "Latest Tailscale version: $VERSION"
fi
if [ ${{ runner.arch }} = "ARM64" ]; then
TS_ARCH="arm64"
elif [ ${{ runner.arch }} = "ARM" ]; then
Expand Down

0 comments on commit 0eefde4

Please sign in to comment.