Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Maier committed Feb 23, 2024
1 parent d5d80ab commit 5a3b971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Basic usage for executing a lane in the root directory without arguments.
with:
ruby-version: '3.0'
bundler-cache: true
- uses: maierj/fastlane-action@v3.0.0
- uses: maierj/fastlane-action@v3.1.0
with:
lane: 'beta'
```
Expand All @@ -59,7 +59,7 @@ the workflow step should look like
with:
ruby-version: '3.0'
bundler-cache: true
- uses: maierj/fastlane-action@v3.0.0
- uses: maierj/fastlane-action@v3.1.0
with:
lane: 'beta'
options: '{ "option1": "value1", "option2": "value2" }'
Expand All @@ -74,7 +74,7 @@ Usage for executing a lane in a context where the fastlane folder is in a subdir
ruby-version: '3.0'
bundler-cache: true
working-directory: 'ios'
- uses: maierj/fastlane-action@v3.0.0
- uses: maierj/fastlane-action@v3.1.0
with:
lane: 'beta'
subdirectory: 'ios'
Expand All @@ -88,7 +88,7 @@ Use the env option for fastlane env files:
with:
ruby-version: '3.0'
bundler-cache: true
- uses: maierj/fastlane-action@v3.0.0
- uses: maierj/fastlane-action@v3.1.0
with:
lane: beta
env: staging
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "de.maierjonas.fastlane-action",
"version": "3.0.0",
"version": "3.1.0",
"description": "A github action for executing fastlane lanes",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 5a3b971

Please sign in to comment.