Skip to content

Commit

Permalink
fix: remove release workflow
Browse files Browse the repository at this point in the history
fix: remove release workflow
  • Loading branch information
manosbatsis authored Sep 4, 2023
1 parent 4183943 commit 6c6c7b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: '11'
- name: Setup Corda CLI
uses: manosbatsis/setup-corda5-cli-action@v1
uses: manosbatsis/corda5-cli-action@v1.0.5
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7255,7 +7255,7 @@ function run() {
try {
const effectiveVersion = yield setupCordaCli(userSuppliedUrl, installerZipInArchivePath);
core.debug(`Successfully set up Corda CLI ${effectiveVersion}`);
core.startGroup("Corda Cli help:");
core.startGroup("Corda Cli info:");
child_process_1.default.execSync(`corda-cli.sh -h`);
core.endGroup();
}
Expand Down

0 comments on commit 6c6c7b3

Please sign in to comment.