Create curl.yaml

This commit is contained in:
Koushik Dutta
2022-03-07 21:17:17 -08:00
committed by GitHub
parent e64a839a9c
commit cc4f968809

13
.github/workflows/curl.yaml vendored Normal file
View File

@@ -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 }}