Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erkenes committed Jul 13, 2022
1 parent 7cdb0e1 commit 80e9819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Set release version for tag
run: echo "RELEASE_VERSION=refs/tags/${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- uses: erkenes/monorepo-split-action@1.0.0
- uses: erkenes/monorepo-split-action@1.1.0
with:
repository_protocol: 'https://' # the protocol for cloning the mono-repository
repository_host: 'github.com' # the host of the mono-repository
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:latest'
image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:1.1.0'
args:
- ${{ inputs.repository_protocol }}
- ${{ inputs.repository_host }}
Expand Down

0 comments on commit 80e9819

Please sign in to comment.