diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 01127ab..3454650 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,6 +31,6 @@ jobs: - name: Release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release diff --git a/docs/.gitkeep b/docs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 02f144d..a12e842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microverse-dev/hardhat-gcp-kms-signer", - "version": "0.1.0", + "version": "0.0.0", "description": "Hardhat plugin for GCP KMS Signer", "main": "dist/index.js", "types": "dist/index.d.ts",