From 1a53973af30fc92a075af77afbd9724ed05043d5 Mon Sep 17 00:00:00 2001 From: Sagargajare Date: Wed, 27 Mar 2024 23:14:40 +0530 Subject: [PATCH] fix: add organization scope --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b47d8f0..1a43994 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,7 @@ jobs: publish: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/main' }} + needs: [quality] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 36150e5..d3cbd6d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "filedgr-digicert-sdk", + "name": "@filedgr/filedgr-digicert-sdk", "version": "0.1.0", "description": "SDK to allow simple access to Filedgr attested data packages to be rendered in a filedgr digital certificate", "main": "dist/index.js",