Skip to content

Commit

Permalink
updated build action
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehMarch committed Nov 21, 2023
1 parent 266b488 commit 19a44f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
26 changes: 4 additions & 22 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,7 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: 'Setup Flutter'
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
channel: 'stable'

- name: 'Get Packages'
run: flutter pub get

- name: 'Dry Run Publishing'
run: flutter packages pub publish --dry-run

- name: 'Publish Artifact'
run: flutter packages pub publish --force
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 19a44f6

Please sign in to comment.