Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Jan 9, 2024
1 parent c9c6904 commit 41288e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inputs:
runs:
using: 'docker'
# This is the image that will be used to run the action. The version of the image is changed automatically by releasing a new version of the action.
image: 'docker://asyncapi/github-action-for-cli:3.0.1'
image: 'docker://asyncapi/github-action-for-cli:1.1.0'
args:
- ${{ inputs.cli_version }}
- ${{ inputs.command }}
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,7 +1,7 @@
{
"name": "github-action-for-cli",
"description": "This is to be used for running tests for the GitHub Action using the MakeFile",
"version": "3.0.1",
"version": "1.1.0",
"scripts": {
"test": "make test",
"generate:assets": "echo 'No additional assets need to be generated at the moment'",
Expand Down

0 comments on commit 41288e1

Please sign in to comment.