Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jul 30, 2024
1 parent bfbca97 commit 9be795a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Publish to pub.dev
name: Publish release to pub.dev

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
branches:
- master

jobs:
publish:
Expand All @@ -23,10 +21,6 @@ jobs:
architecture: x64
flutter-version: 3.22.2

- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
with:
architecture: x64
flutter-version: 3.22.2
- name: Git Identity
run: |
git config --global user.name 'frontegg'
Expand Down

0 comments on commit 9be795a

Please sign in to comment.