diff --git a/.github/workflows/release-cofhe.yml b/.github/workflows/release-cofhe.yml index af9ad82..d82f6bb 100644 --- a/.github/workflows/release-cofhe.yml +++ b/.github/workflows/release-cofhe.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - async_contracts + - async_contracts types: [published] paths: - "cofhe-contracts/**" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bf97bd..6395381 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,6 @@ name: Publish Package to npmjs on: release: types: [published] - paths: - - "contracts/**" - jobs: publish: runs-on: ubuntu-latest diff --git a/contracts/package.json b/contracts/package.json index 38b33cf..345290d 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@fhenixprotocol/contracts", "description": "Smart Contract Library for the Fhenix Blockchain with FHE primitives", - "version": "0.3.0-alpha.7", + "version": "0.3.0-alpha.6", "author": { "name": "FhenixProtocol", "url": "https://github.com/fhenixprotocol/fhenix-contracts"