Skip to content

Commit

Permalink
chore: kickoff release
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode authored Oct 5, 2023
2 parents dc0ce9e + e8f1349 commit 9b51214
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
permissions:
id-token: write
contents: write
actions: write

jobs:
build-amplify-ui-swift-liveness:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
id-token: write
contents: write
actions: write

jobs:
release-stable:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
id-token: write
contents: write
actions: write

jobs:
release-unstable:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/liveness_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Run Unit Tests | Amplify UI Swift Liveness

on:
workflow_dispatch:
workflow_call:
inputs:
identifier:
required: true
type: string
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 9b51214

Please sign in to comment.