Skip to content

chore(deps): update dependency semantic-release-pub to v0.8.24 #509

chore(deps): update dependency semantic-release-pub to v0.8.24

chore(deps): update dependency semantic-release-pub to v0.8.24 #509

Workflow file for this run

name: GitHub Actions
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * SUN"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
flutter-package:
uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@85a09fdcc73c1afc200f111fc08e5b6028a5e1a4
with:
release: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
GOOGLE_SERVICE_ACCOUNT_KEY: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}