Skip to content

set version to 4.3.0 #169

set version to 4.3.0

set version to 4.3.0 #169

Workflow file for this run

name: build
on:
push:
tags:
- '[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'
uses: k-paxian/[email protected]
with:

Check failure on line 31 in .github/workflows/flutter_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/flutter_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
credentialJson: ${{ secrets.PUB_CREDS }}
flutter: true
skipTests: true