From cc4f968809734e772bb46c22323b6430ef9df5fa Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 7 Mar 2022 21:17:17 -0800 Subject: [PATCH] Create curl.yaml --- .github/workflows/curl.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/curl.yaml diff --git a/.github/workflows/curl.yaml b/.github/workflows/curl.yaml new file mode 100644 index 000000000..20649b73e --- /dev/null +++ b/.github/workflows/curl.yaml @@ -0,0 +1,13 @@ +name: Curl + +jobs: + deployment: + runs-on: ubuntu-latest + steps: + - name: Deploy Stage + id: packagejson + uses: fjogeleit/http-request-action@v1 + with: + url: 'https://registry.npmjs.org/@scrypted/server/' + - name: Print + run: echo ${{ steps.packageJson.outputs.response.data['dist-tags'].latest }}