Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Frey <[email protected]>
  • Loading branch information
Fryguy committed Jun 17, 2024
1 parent 432efc6 commit 962e8fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up ibmcloud CLI
uses: IBM/actions-ibmcloud-cli@v0.1.0
uses: IBM/actions-ibmcloud-cli@v1
with:
api_key: ${{ secrets.IBMCLOUD_API_KEY }}
region: us-south
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up ibmcloud CLI
id: ibmcloud
uses: IBM/actions-ibmcloud-cli@v0.1.0
uses: IBM/actions-ibmcloud-cli@v1
- run: ibmcloud --version
# => ibmcloud version 2.25.1+10e6a2e-2024-05-24T20:17:29+00:00
- run: echo The version installed is ${{ steps.ibmcloud.outputs.version }}
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": "actions-ibmcloud-cli",
"version": "0.1.0",
"version": "1.0.0",
"description": "Install and configure the IBM Cloud CLI for working with IBM Cloud",
"author": "IBM Authors",
"license": "Apache-2.0",
Expand Down

0 comments on commit 962e8fd

Please sign in to comment.