From daf063f8b9194468c7d70d53f6867c34773357a2 Mon Sep 17 00:00:00 2001 From: Junya Kono Date: Wed, 30 Aug 2023 16:11:08 +0900 Subject: [PATCH] fix: publish yaml --- .github/workflows/publish.yaml | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 26eb24f..01127ab 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,6 +7,8 @@ on: permissions: contents: write + issues: write + pull-requests: write jobs: release: @@ -29,6 +31,6 @@ jobs: - name: Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: pnpm exec semantic-release + run: npx semantic-release diff --git a/package.json b/package.json index ca2036b..02f144d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microverse-dev/hardhat-gcp-kms-signer", - "version": "0.0.1", + "version": "0.1.0", "description": "Hardhat plugin for GCP KMS Signer", "main": "dist/index.js", "types": "dist/index.d.ts",