diff --git a/.github/workflows/tests-release.yml b/.github/workflows/tests-release.yml index da006a2..31db09b 100644 --- a/.github/workflows/tests-release.yml +++ b/.github/workflows/tests-release.yml @@ -113,7 +113,7 @@ jobs: - run: | cd github/testing/express npm i - npm install ../../../ + npm install https://github.com/node-oauth/node-oauth2-server.git#${{ github.ref_name }} npm run test # todo repeat with other adapters