Skip to content

Commit

Permalink
release--0.24.2-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 16, 2024
1 parent 87c970e commit 6a48fe3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 6a48fe3

Please sign in to comment.