Skip to content

Commit

Permalink
fix: disable gh releases for contracts (#12980)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Apr 25, 2024
1 parent 167782c commit 9c948c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,7 @@ jobs:
uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-release-tag-name: ${{ github.ref_name }}
github-release-changelog-path: "contracts/CHANGELOG.md"
create-github-release: true
create-github-release: false
publish-command: "pnpm publish-prod --no-git-checks"
package-json-directory: contracts

Expand Down

0 comments on commit 9c948c7

Please sign in to comment.