Skip to content

Commit

Permalink
chore: Use releascribe in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Jul 4, 2024
1 parent 99ee443 commit fa8f83b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/example_launch_cd.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: launch-continuous-delivery

on:
workflow_dispatch
workflow_dispatch

env:
FLUTTER_VERSION: 3.22.2

jobs:
continuous-delivery-ios:
runs-on: macos-latest
defaults:
run:
working-directory: example/ios
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand All @@ -20,4 +17,6 @@ jobs:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
- run: |
keychainPassword='cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1'
dart pub global activate --source=path .
cd example
releascribe_cli release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To use `releascribe_cli`, ensure you have Dart SDK installed. You can install `releascribe_cli` globally using Dart's package manager, `pub`:

```sh
pub global activate releascribe_cli
dart pub global activate releascribe_cli
```

## Usage
Expand Down

0 comments on commit fa8f83b

Please sign in to comment.