Skip to content

Commit

Permalink
fix: publish yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
konojunya committed Aug 30, 2023
1 parent 9194bdf commit daf063f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

permissions:
contents: write
issues: write
pull-requests: write

jobs:
release:
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit daf063f

Please sign in to comment.