Skip to content

Commit

Permalink
ci: rename release step (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Dec 3, 2023
1 parent f450a1b commit f72373c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Expand Up @@ -66,8 +66,8 @@ jobs:
dart format --output=none --set-exit-if-changed .
flutter analyze
semantic-release:
name: Semantic release
release:
name: Release
runs-on: ubuntu-latest
needs: [test, lint]
if: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}
Expand Down

0 comments on commit f72373c

Please sign in to comment.