diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83c3f0dee5..3b0c5c40a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,6 +82,12 @@ jobs: echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import git config --global user.signingkey C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0 + - name: Tests testInfos + run: | + echo "These is the test infos" + echo ${{toJson(needs.get-test-infos.outputs.test-infos)}} + echo "end tests infos" + - name: Publish release run: | BRANCH_NAME="${{ github.head_ref }}" diff --git a/package-lock.json b/package-lock.json index 737087e001..c7c00bfdd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azle", - "version": "0.24.1", + "version": "0.24.2-rc.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azle", - "version": "0.24.1", + "version": "0.24.2-rc.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc253611d5..a4efa3bbda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azle", - "version": "0.24.1", + "version": "0.24.2-rc.4", "description": "TypeScript and JavaScript CDK for the Internet Computer", "scripts": { "typecheck": "tsc --noEmit",