Skip to content

Commit c0e3368

Browse files
authored
Mvick/fix cli version (#43)
* fix: Correct filename * fix: Correct filename * fix: Correct path
1 parent 07d9045 commit c0e3368

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ runs:
8080
fi
8181
8282
echo "::group::Installing newrelic-auth-cli"
83-
CLI_COMMIT="a6591c5a691d2c6f913d36b509baf4dcdba0868e" # v0.1.3
84-
echo "Downloading newrelic-auth-cli at commit ${CLI_COMMIT}"
85-
curl -L "https://github.com/newrelic/newrelic-auth-rs/archive/${CLI_COMMIT}.tar.gz" -o newrelic-auth-cli.tar.gz
86-
tar -xzf newrelic-auth-cli.tar.gz --strip-components=1
83+
echo "Downloading newrelic-auth-cli"
84+
curl -L "https://github.com/newrelic/newrelic-auth-rs/releases/download/0.1.3/newrelic-auth-cli_amd64.tar.gz" -o newrelic-auth-cli.tar.gz
85+
tar -xzf newrelic-auth-cli.tar.gz
8786
chmod +x newrelic-auth-cli
8887
mkdir -p "$HOME/.local/bin"
8988
mv newrelic-auth-cli "$HOME/.local/bin/"

0 commit comments

Comments
 (0)